Uses of Interface
org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureInterface
-
Packages that use SignatureInterface Package Description org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of SignatureInterface in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as SignatureInterface Modifier and Type Field Description private SignatureInterfaceCOSWriter. signatureInterfaceMethods in org.apache.pdfbox.pdfwriter with parameters of type SignatureInterface Modifier and Type Method Description voidCOSWriter. write(PDDocument doc, SignatureInterface signInterface)This will write the pdf document. -
Uses of SignatureInterface in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as SignatureInterface Modifier and Type Field Description private SignatureInterfacePDDocument. signInterfaceMethods in org.apache.pdfbox.pdmodel with parameters of type SignatureInterface Modifier and Type Method Description voidPDDocument. addSignature(PDSignature sigObject, SignatureInterface signatureInterface)Add a signature to be created using the instance of given interface.voidPDDocument. addSignature(PDSignature sigObject, SignatureInterface signatureInterface, SignatureOptions options)This will add a signature to the document.
-