public final class PdfCompliance
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
PDF_17
The output file will comply with the PDF 1.7 (ISO 32000-1) standard.
|
static int |
PDF_20
The output file will comply with the PDF 2.0 (ISO 32000-2) standard.
|
static int |
PDF_A_1_A
The output file will comply with the PDF/A-1a (ISO 19005-1) standard.
|
static int |
PDF_A_1_B
The output file will comply with the PDF/A-1b (ISO 19005-1) standard.
|
static int |
PDF_A_2_A
The output file will comply with the PDF/A-2a (ISO 19005-2) standard.
|
static int |
PDF_A_2_U
The output file will comply with the PDF/A-2u (ISO 19005-2) standard.
|
static int |
PDF_A_4
The output file will comply with the PDF/A-4 (ISO 19005-4:2020) standard.
|
static int |
PDF_UA_1
The output file will comply with the PDF/UA-1 (ISO 14289-1) standard.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pdfComplianceName) |
static java.lang.String |
getName(int pdfCompliance) |
static int[] |
getValues() |
static java.lang.String |
toString(int pdfCompliance) |
public static final int PDF_17
public static final int PDF_20
public static final int PDF_A_1_A
public static final int PDF_A_1_B
public static final int PDF_A_2_A
public static final int PDF_A_2_U
public static final int PDF_A_4
public static final int PDF_UA_1
public static final int length