Uses of Class
com.itextpdf.text.pdf.PdfAStamper
Packages that use PdfAStamper
-
Uses of PdfAStamper in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfAStamperModifier and TypeMethodDescriptionstatic PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, boolean append, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.static PdfAStamperPdfAStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.