Uses of Class
com.itextpdf.text.pdf.PdfStamper
Packages that use PdfStamper
Package
Description
-
Uses of PdfStamper in com.itextpdf.text.pdf
Subclasses of PdfStamper in com.itextpdf.text.pdfModifier and TypeClassDescriptionclassExtension of PdfStamper that will attempt to keep a file in conformance with the PDF/A standard.Methods in com.itextpdf.text.pdf that return PdfStamperModifier and TypeMethodDescriptionstatic PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion) Applies a digital signature to a document.static PdfStamperPdfStamper.createSignature(PdfReader reader, OutputStream os, char pdfVersion, File tempFile) Applies a digital signature to a document.static 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.createXmlSignature(PdfReader reader, OutputStream os) PdfSignatureAppearance.getStamper()Gets thePdfStamperassociated with this instance.XmlSignatureAppearance.getStamper()Methods in com.itextpdf.text.pdf with parameters of type PdfStamperConstructors in com.itextpdf.text.pdf with parameters of type PdfStamper -
Uses of PdfStamper in com.itextpdf.text.pdf.pdfcleanup
Constructors in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfStamperModifierConstructorDescriptionPdfCleanUpProcessor(PdfStamper pdfStamper) Creates aPdfCleanUpProcessorobject.PdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper) Creates aPdfCleanUpProcessorobject based on the givenListofPdfCleanUpLocations representing regions to be erased from the document. -
Uses of PdfStamper in com.itextpdf.text.pdf.security
Constructors in com.itextpdf.text.pdf.security with parameters of type PdfStamper