Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Method | Description |
---|---|---|
static PdfAStamper |
PdfAStamper.createSignature(PdfReader reader,
java.io.OutputStream os,
char pdfVersion,
PdfAConformanceLevel conformanceLevel) |
Applies a digital signature to a document.
|
static PdfAStamper |
PdfAStamper.createSignature(PdfReader reader,
java.io.OutputStream os,
char pdfVersion,
java.io.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,
java.io.OutputStream os,
char pdfVersion,
java.io.File tempFile,
PdfAConformanceLevel conformanceLevel) |
Applies a digital signature to a document.
|
Copyright © 1998–2018. All rights reserved.