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 PdfAStamper
PdfAStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.static PdfAStamper
PdfAStamper.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 PdfAStamper
PdfAStamper.createSignature
(PdfReader reader, OutputStream os, char pdfVersion, File tempFile, PdfAConformanceLevel conformanceLevel) Applies a digital signature to a document.