Uses of Class
com.aowagie.text.pdf.PdfStamper
-
Packages that use PdfStamper Package Description com.aowagie.text.pdf -
-
Uses of PdfStamper in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfStamper Modifier and Type Field Description private PdfStamper
PdfSignatureAppearance. stamper
Methods in com.aowagie.text.pdf that return PdfStamper Modifier and Type Method Description 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. createSignature(PdfReader reader, java.io.OutputStream os, char pdfVersion, java.io.File tempFile, boolean append, java.util.Calendar globalDate)
Applies a digital signature to a document, possibly as a new revision, making possible multiple signatures.PdfStamper
PdfSignatureAppearance. getStamper()
Gets thePdfStamper
associated with this instance.Methods in com.aowagie.text.pdf with parameters of type PdfStamper Modifier and Type Method Description (package private) void
PdfSignatureAppearance. setStamper(PdfStamper stamper)
-