|
Poppler Qt5 25.10.90
|
#include <poppler-qt5.h>


Classes | |
| class | NewSignatureData |
Public Types | |
| enum | PDFOption { WithChanges = 0x00000001 } |
| enum | SigningResult { SigningSuccess , FieldAlreadySigned , GenericSigningError , InternalError , KeyMissing , WriteFailed , UserCancelled , BadPassphrase } |
Public Types inherited from Poppler::BaseConverter | |
| enum | Error { NoError , FileLockedError , OpenOutputError , NotSupportedInputFileError } |
Public Member Functions | |
| bool | convert () override |
| ErrorString | lastSigningErrorDetails () const |
| SigningResult | lastSigningResult () const |
| 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).
BIC/SIC: Merge with SigningResult in poppler-converter and in poppler-annotation and poppler-form
|
overridevirtual |
| ErrorString Poppler::PDFConverter::lastSigningErrorDetails | ( | ) | const |
A string with a string that might offer more details of the signing result failure.
| SigningResult Poppler::PDFConverter::lastSigningResult | ( | ) | const |
The last signing result, mostly relevant if sign returns false.
| bool Poppler::PDFConverter::sign | ( | const NewSignatureData & | data | ) |
Sign PDF at given Annotation / signature form.
| data | new signature data |