XpdfPrint™ Library

The XpdfPrint library/component allows you to print PDF files to any Windows printer.

XpdfPrint features include:

  • printing a single page, range of pages, or whole document
  • printing to a specific printer, or to the default printer
  • selecting a paper tray
  • controlling page rotation
  • adding text overlays (headers, footers, etc.)

XpdfPrint is easy to use:

PDFHandle pdf;

pdfLoadFile(&pdf, "MyFile.pdf");

// print pages 2-4 to 'printer52'
pdfPrint(pdf, pdfPrintSetFirstPage | pdfPrintSetLastPage |
         pdfPrintSetPrinter, 2, 4, "printer52", 0);

Supported platforms:

  • Windows: DLL
  • Windows: COM component - usable from Visual Basic, Delphi, etc.

PDF StoreBuy XpdfPrint online at PDF Store

For further information, including redistribution (OEM) licensing, contact Glyph & Cog.