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 |
---|---|
SignatureField |
PDFNotesBean.addSignatureField(String fieldName,
Rectangle2D bounds,
int pageIndex)
Add a signature field to a page in the currently loaded document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.signDocument(SignatureField signField)
Starts the signing GUI for a given signature field.
|
void |
PDFNotesBean.signDocument(SignatureField signField,
SigningInformation signingInfo,
File outputFile)
This method will sign and save the document.
|
Modifier and Type | Method and Description |
---|---|
SignatureField |
PDFPage.addSignatureField(String fieldName,
Rectangle2D bounds)
Adds a signature field to this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field.
|