Methods in com.itextpdf.text.pdf that return PdfStamper |
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. |
PdfStamper |
PdfSignatureAppearance.getStamper()
Gets the PdfStamper associated with this instance. |