XpdfInfo™ Library

The XpdfInfo library reads PDF files and provides access to the following information:

  • page count
  • page size (per page)
  • standard metadata fields: title, subject, keywords, author, creator, producer, creation date, modification date
  • custom metadata fields (depending on the software used to create the PDF files)

XpdfInfo is easy to use:

PDFHandle pdf;
char *title;
int length;

pdfLoadFile(&pdf, "MyFile.pdf");
title = pdfGetTitle(pdf, &length);
printf("%s\n", title);

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

PDF StoreBuy XpdfInfo online at PDF Store

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