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