Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature
Packages that use PDSignature
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
This is the visual signature part that help creating the visual representation for the digital signature.
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 PDSignatureModifier and TypeMethodDescriptionPDDocument.getLastSignatureDictionary()
This will return the last signature.PDDocument.getSignatureDictionary()
Deprecated.Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDSignatureModifier and TypeMethodDescriptionPDDocument.getSignatureDictionaries()
Retrieve all signature dictionaries from the document.Methods in org.apache.pdfbox.pdmodel with parameters of type PDSignatureModifier and TypeMethodDescriptionvoid
PDDocument.addSignature
(PDSignature sigObject, SignatureInterface signatureInterface) Add a signature.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 PDSignatureModifier and TypeMethodDescriptionFDFCatalog.getSignature()
This will get the signature or null if there is none.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDSignatureModifier and TypeMethodDescriptionvoid
FDFCatalog.setSignature
(PDSignature sig) This will set the signature that is associated with this catalog. -
Uses of PDSignature in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDSignatureMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDSignatureModifier and TypeMethodDescriptionvoid
PDFTemplateStructure.setPdSignature
(PDSignature pdSignature) Sets PDSignature -
Uses of PDSignature in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDSignatureMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDSignatureModifier and TypeMethodDescriptionvoid
PDSignatureField.setSignature
(PDSignature value) Add a signature dictionary to the signature field.
PDDocument.getLastSignatureDictionary()
instead.