Engauge Digitizer 2
|
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.
PdfReturn Pdf::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.
Definition at line 25 of file Pdf.cpp.