Uses of Class
com.aowagie.text.pdf.PdfStamper
Packages that use PdfStamper
-
Uses of PdfStamper in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfStamperMethods in com.aowagie.text.pdf that return PdfStamperModifier and TypeMethodDescriptionstatic PdfStamper
PdfStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.static PdfStamper
PdfStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append, Calendar globalDate) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.PdfSignatureAppearance.getStamper()
Gets thePdfStamper
associated with this instance.Methods in com.aowagie.text.pdf with parameters of type PdfStamperModifier and TypeMethodDescription(package private) void
PdfSignatureAppearance.setStamper
(PdfStamper stamper)