Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Mark Geurts edited this page Mar 18, 2015 · 6 revisions

The Xpdf Extensions for MATLAB are a compilation of functions that execute and retrieve information from several utilities distributed with Xpdf, including pdfinfo, pdftotext, and pdftopng. The results from these functions are parsed into MATLAB variables and returned by the functions. The links below offer additional details on how to configure and use each function.

MATLAB is a registered trademark of MathWorks Inc. Xpdf is Copyrighted (1996-2014) by Glyph & Cog, LLC.

Guided Tour

The following wiki pages contain additional information about this application. Additional documentation can be found within the source code.

  • Installation and Use: details instructions on how to install these extensions, how to configure XpdfWhich() to find where the Xpdf utilities are installed, and compatibility information
  • XpdfInfo: provides information on the use and input/output variables for the XpdfInfo() function
  • XpdfText: provides information on the use and input/output variables for the XpdfText() function
  • XpdfPNG: provides information on the use and input/output variables for the XpdfPNG() function
  • Troubleshooting: describes how to use the Event() function to troubleshoot and provides solutions to common problems
  • Unit Testing: lists the unit test results for the latest release

General Information

Functions

For Developers

Clone this wiki locally