| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf |
| Modifier and Type | Field and Description |
|---|---|
protected PdfAConformance |
WriterProperties.addPdfAXmpMetadata
Deprecated.
in favor of
WriterProperties.conformance |
| 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.
|
boolean |
PdfConformance.conformsTo(PdfAConformance aConformance)
Checks if specified PDF/A conformance is present in this
PdfConformance instance. |
| 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. |
PdfConformance(PdfAConformance aConformance,
PdfUAConformance uaConformance,
List<WellTaggedPdfConformance> wtpdfConformanceList)
Creates a new
PdfConformance instance based on PDF/A, PDF/UA and Well Tagged PDF conformance. |
PdfConformance(PdfAConformance aConformance,
PdfUAConformance uaConformance,
WellTaggedPdfConformance wtpdfConformance)
Creates a new
PdfConformance instance based on PDF/A, PDF/UA and Well Tagged PDF conformance. |
Copyright © 1998–2026 Apryse Group NV. All rights reserved.