|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SignatureField | |
| 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. |
| Uses of SignatureField in com.qoppa.pdfProcess |
| Methods in com.qoppa.pdfProcess that return SignatureField | |
SignatureField |
PDFPage.addSignatureField(String fieldName,
Rectangle2D bounds)
Adds a signature field to this page. |
| Methods in com.qoppa.pdfProcess with parameters of type SignatureField | |
void |
PDFDocument.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field. |
| Uses of SignatureField in com.qoppa.pdfSecure |
| Methods in com.qoppa.pdfSecure that return SignatureField | |
SignatureField |
PDFSecure.addSignatureField(int pageIndex,
String fieldName,
Rectangle2D bounds)
Adds a signature field to a page in the document. |
| Methods in com.qoppa.pdfSecure with parameters of type SignatureField | |
void |
PDFSecure.signDocument(SignatureField signField,
SigningInformation signingInfo)
Signs this document using the given signature field. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||