Package | Description |
---|---|
com.qoppa.pdf.form |
Classes related to PDF Acroform and its form fields.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
Modifier and Type | Method and Description |
---|---|
Vector<SignatureField> |
AcroForm.getSignatureFields()
Gets a list of signature fields, if any.
|
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,
boolean certify)
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.
|