Poppler Qt5 24.11.0
|
#include <poppler-qt5.h>
Classes | |
class | NewSignatureData |
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) |
bool | sign (const NewSignatureData &data) |
~PDFConverter () override | |
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 |
bool Poppler::PDFConverter::sign | ( | const NewSignatureData & | data | ) |
Sign PDF at given Annotation / signature form.
data | new signature data |