| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf |
| Modifier and Type | Method and Description |
|---|---|
static WellTaggedPdfConformance |
WellTaggedPdfConformance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WellTaggedPdfConformance[] |
WellTaggedPdfConformance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WellTaggedPdfConformance> |
PdfConformance.getWtpdfConformances()
Gets the list of
WellTaggedPdfConformance instances if specified. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PdfConformance.conformsTo(WellTaggedPdfConformance wtPdfConformance)
Gets the
WellTaggedPdfConformance instance if specified. |
| Modifier and Type | Method and Description |
|---|---|
WriterProperties |
WriterProperties.addWtpdfXmpMetadata(List<WellTaggedPdfConformance> wtpdfConformanceList)
Adds Well Tagged PDF XMP metadata to the PDF document.
|
| Constructor and Description |
|---|
PdfConformance(PdfAConformance aConformance,
PdfUAConformance uaConformance,
WellTaggedPdfConformance wtpdfConformance)
Creates a new
PdfConformance instance based on PDF/A, PDF/UA and Well Tagged PDF conformance. |
PdfConformance(WellTaggedPdfConformance wtpdfConformance)
Creates a new
PdfConformance instance based on only Well Tagged PDF conformance. |
| Constructor and Description |
|---|
PdfConformance(List<WellTaggedPdfConformance> wtpdfConformance)
Creates a new
PdfConformance instance based on only Well Tagged PDF 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. |
Copyright © 1998–2026 Apryse Group NV. All rights reserved.