| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf |
| Modifier and Type | Field and Description |
|---|---|
protected PdfAConformance |
WriterProperties.addPdfAXmpMetadata |
| Modifier and Type | Method and Description |
|---|---|
PdfAConformance |
PdfConformance.getAConformance()
Gets the
PdfAConformance instance if specified. |
static PdfAConformance |
PdfConformance.getAConformance(String part,
String level)
Gets an instance of
PdfAConformance based on passed part and level. |
static PdfAConformance |
PdfAConformance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfAConformance[] |
PdfAConformance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WriterProperties |
WriterProperties.addPdfAXmpMetadata(PdfAConformance aConformance)
Adds PDF/A XMP metadata to the PDF document.
|
| Constructor and Description |
|---|
PdfConformance(PdfAConformance aConformance)
Creates a new
PdfConformance instance based on only PDF/A conformance. |
PdfConformance(PdfAConformance aConformance,
PdfUAConformance uaConformance)
Creates a new
PdfConformance instance based on PDF/A and PDF/UA conformance. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.