Glyph & Cog, LLC
search:  
 
     


Home
Products
       - XpdfInfo
       - XpdfText
       - XpdfViewer OCX
       - XpdfViewer
       - XpdfWidget/Qt
       - XpdfPrint
       - XpdfRasterizer
       - XpdfAnalyze
       - XpdfPS
       - XpdfSplice
       - Source license

Services
Tips & Misc
Buy
Customers
Tech Support
Company
Contact
 
XpdfPSTM 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
  • other platforms: portable C++ source code for the library is available

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

 
   
    Copyright 2008 Glyph & Cog, LLC