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