Uses of Class
com.aowagie.text.pdf.PdfStamper
Packages that use PdfStamper
-
Uses of PdfStamper in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfStamperModifier and TypeMethodDescriptionstatic PdfStamperPdfStamper.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 PdfStamperPdfStamper.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 thePdfStamperassociated with this instance.