Poppler Qt5
0.74.0
|
#include <poppler-qt5.h>
Public Types | |
enum | PDFOption { WithChanges = 0x00000001 } |
Public Types inherited from Poppler::BaseConverter | |
enum | Error { NoError, FileLockedError, OpenOutputError, NotSupportedInputFileError } |
Public Member Functions | |
bool | convert () override |
PDFOptions | pdfOptions () const |
void | setPDFOptions (PDFOptions options) |
~PDFConverter () | |
Public Member Functions inherited from Poppler::BaseConverter | |
Error | lastError () const |
void | setOutputDevice (QIODevice *device) |
void | setOutputFileName (const QString &outputFileName) |
virtual | ~BaseConverter () |
Converts a PDF to PDF (thus saves a copy of the document).
|
overridevirtual |