Package | Description |
---|---|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.signDocument(SignatureField signField,
SigningInformation signingInfo,
File outputFile)
This method will sign and save the document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field.
|