Package | Description |
---|---|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfSecure |
jPDFSecure main classes, used encrypt and digitally sign PDF documents.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFSecure.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field.
|