Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
|
Modifier and Type | Method and Description |
---|---|
PDSignature |
PDDocument.getSignatureDictionary() |
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface) |
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signature to the document.
|
Modifier and Type | Method and Description |
---|---|
PDSignature |
FDFCatalog.getSignature()
This will get the signature or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFCatalog.setSignature(PDSignature sig)
This will set the signature that is associated with this catalog.
|
Modifier and Type | Method and Description |
---|---|
PDSignature |
PDSignatureField.getSignature()
Get the signature dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
PDSignatureField.setSignature(PDSignature value)
Add a signature dictionary to the signature field
|