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