Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options) |
This will add a signature to the document.
|
void |
PDDocument.addSignatureField(java.util.List<PDSignatureField> sigFields,
SignatureInterface signatureInterface,
SignatureOptions options) |
This will add a signaturefield to the document.
|