Uses of Class
com.itextpdf.text.pdf.PdfStamper
-
Packages that use PdfStamper Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.security -
-
Uses of PdfStamper in com.itextpdf.text.pdf
Subclasses of PdfStamper in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfAStamper
Extension of PdfStamper that will attempt to keep a file in conformance with the PDF/A standard.Methods in com.itextpdf.text.pdf that return PdfStamper Modifier and Type Method Description static PdfStamper
PdfStamper. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion)
Applies a digital signature to a document.static PdfStamper
PdfStamper. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion, java.io.File tempFile)
Applies a digital signature to a document.static PdfStamper
PdfStamper. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion, java.io.File tempFile, boolean append)
Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.static PdfStamper
PdfStamper. createXmlSignature(PdfReader reader, java.io.OutputStream os)
PdfStamper
PdfSignatureAppearance. getStamper()
Gets thePdfStamper
associated with this instance.PdfStamper
XmlSignatureAppearance. getStamper()
Methods in com.itextpdf.text.pdf with parameters of type PdfStamper Modifier and Type Method Description void
XmlSignatureAppearance. setStamper(PdfStamper stamper)
Constructors in com.itextpdf.text.pdf with parameters of type PdfStamper Constructor Description XfaXmlLocator(PdfStamper stamper)
-
Uses of PdfStamper in com.itextpdf.text.pdf.security
Constructors in com.itextpdf.text.pdf.security with parameters of type PdfStamper Constructor Description LtvVerification(PdfStamper stp)
The verification constructor.
-