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