XpdfPS™ Library

The XpdfPS library allows you to convert PDF files to PostScript, for printing or other processing. The generated PostScript can be Level 1, 2, or 3. There are options to generate separable PostScript and OPI comments.

XpdfPS is easy to use:

PDFHandle pdf;
char *title;
int length;

pdfLoadFile(&pdf, "MyFile.pdf");
pdfSetPSLevel(pdf, pdfPSLevel2);
pdfConvertToPSFile(pdf, 1, 10, "MyFile.ps");

Supported platforms:

  • Windows: DLL
  • Windows: COM component - usable from Visual Basic, Delphi, etc.
  • Linux: shared library
  • Solaris: shared library
  • other platforms: portable C++ source code for the library is available

Contact Glyph & Cog for more information, including pricing, documentation, and evaluation copies.