venerdì, ottobre 24, 2008

Pdf2AfpLib - alpha release

I've released on SourceForge the alpha version of Pdf2AfpLib.  http://sourceforge.net/projects/pdf2afplib/

Pdf2AfpLib is a library for converting Pdf files to Afp files. It's written in C# and uses Ghostscript for a part of the conversion process. At the moment it generates only black and white Afp files. No gray scale, no color.
Important: all the content is rasterized. In the resulting afp file, every page contains only one big image that completely covers the page.

The conversion runs through 2 steps:
  1. Pdf is converted to tiff G3 files using Ghostscript. One tiff for each page.
  2. Tiff are parsed and the image content is imported as an IOCA image in the output afp.




At the moment you can download the source code only from the Subversion repository on SourceForge.
Repository URL:  https://pdf2afplib.svn.sourceforge.net/svnroot/pdf2afplib/
If you want to browse it:  http://pdf2afplib.svn.sourceforge.net/viewvc/pdf2afplib/trunk/

domenica, ottobre 12, 2008

IEC16022Sharp 0.3.6.0

Iec16022Sharp 0.3.6.0 released.

Added HexPbm output support  (by Andrew Francis)

https://sourceforge.net/projects/iec16022sharp/