|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDSignature | |
|---|---|
| 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. |
| Uses of PDSignature in org.apache.pdfbox.pdmodel |
|---|
| Methods in org.apache.pdfbox.pdmodel that return PDSignature | |
|---|---|
PDSignature |
PDDocument.getSignatureDictionary()
|
| Methods in org.apache.pdfbox.pdmodel with parameters of type PDSignature | |
|---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface)
|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signature to the document. |
| Uses of PDSignature in org.apache.pdfbox.pdmodel.fdf |
|---|
| Methods in org.apache.pdfbox.pdmodel.fdf that return PDSignature | |
|---|---|
PDSignature |
FDFCatalog.getSignature()
This will get the signature or null if there is none. |
| Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDSignature | |
|---|---|
void |
FDFCatalog.setSignature(PDSignature sig)
This will set the signature that is associated with this catalog. |
| Uses of PDSignature in org.apache.pdfbox.pdmodel.interactive.form |
|---|
| Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDSignature | |
|---|---|
PDSignature |
PDSignatureField.getSignature()
Get the signature dictionary |
| Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDSignature | |
|---|---|
void |
PDSignatureField.setSignature(PDSignature value)
Add a signature dictionary to the signature field |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||