Package | Description |
---|---|
com.qoppa.pdf.form |
Classes related to PDF Acroform and its form fields.
|
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 |
---|---|
Vector<SignatureField> |
AcroForm.getSignatureFields()
Gets a list of signature fields, if any.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SignatureField |
PDFSecure.addSignatureField(int pageIndex,
String fieldName,
Rectangle2D bounds)
Adds a signature field to a page in the document.
|
Modifier and Type | Method and Description |
---|---|
Vector<SignatureField> |
PDFSecure.getSignatureFields()
Gets a list of signature fields, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFSecure.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field.
|