Wrapper around the Poppler library. More...
#include <Pdf.h>
Public Member Functions | |
| Pdf () | |
| Single constructor. | |
| PdfReturn | load (const QString &fileName, QImage &image, int resolution, ImportCropping importCropping, bool isErrorReportRegressionTest) const |
| Try to load the specified file. Success is indicated in the function return value. | |
Wrapper around the Poppler library.
Engauge uses that library to read and import PDF files.
This class is only compiled and linked in when ENGAUGE_PDF is defined, since it links to the optional poppler library.
1.8.5