| Package | Description |
|---|---|
| com.itextpdf.text.pdf |
For internal use only.
|
| com.itextpdf.text.pdf.interfaces |
For internal use only.
|
| com.itextpdf.text.pdf.internal |
For internal use only.
|
| com.itextpdf.text.xml.xmp |
For internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfAConformanceLevel |
PdfATtfUnicodeWriter.pdfAConformanceLevel
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfAConformanceLevel |
PdfAConformanceLevel.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PdfAConformanceLevel[] |
PdfAConformanceLevel.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
static PdfAWriter |
PdfAWriter.getInstance(Document document,
OutputStream os,
DocListener listener,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Use this method to get an instance of the
PdfWriter. |
static PdfAWriter |
PdfAWriter.getInstance(Document document,
OutputStream os,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Use this method to get an instance of the
PdfWriter. |
static void |
PdfAWriter.setPdfVersion(PdfWriter writer,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Sets the Confomance level.
|
| Constructor and Description |
|---|
PdfACopy(Document document,
OutputStream os,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Constructor
|
PdfASmartCopy(Document document,
OutputStream os,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Constructor
|
PdfAStamper(PdfReader reader,
OutputStream os,
char pdfVersion,
boolean append,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.
|
PdfAStamper(PdfReader reader,
OutputStream os,
char pdfVersion,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.
|
PdfAStamper(PdfReader reader,
OutputStream os,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Starts the process of adding extra content to an existing PDF document keeping the document PDF/A conformant.
|
PdfATtfUnicodeWriter(PdfWriter writer,
PdfAConformanceLevel pdfAConformanceLevel)
Deprecated.
|
PdfAWriter(PdfAConformanceLevel conformanceLevel)
Deprecated.
|
PdfAWriter(PdfDocument document,
OutputStream os,
PdfAConformanceLevel conformanceLevel)
Deprecated.
Constructs a
PdfAWriter. |
| Modifier and Type | Method and Description |
|---|---|
PdfAConformanceLevel |
PdfAConformance.getConformanceLevel()
Deprecated.
Returns the conformance level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfAConformance.setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated.
Sets the conformance level.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfAConformanceLevel |
PdfAChecker.conformanceLevel |
protected PdfAConformanceLevel |
PdfAConformanceImp.conformanceLevel
Deprecated.
The PDF conformance level, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
PdfAConformanceLevel |
PdfAConformanceImp.getConformanceLevel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel) |
void |
PdfAConformanceImp.setConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated.
|
| Constructor and Description |
|---|
PdfAXmpWriter(OutputStream os,
Map<String,String> info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(OutputStream os,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
PdfAXmpWriter(OutputStream os,
PdfDictionary info,
PdfAConformanceLevel conformanceLevel,
PdfWriter writer)
Deprecated.
Creates and XMP writer that adds info about the PDF/A conformance level.
|
Copyright © 2023. All rights reserved.