PDFAModeEnum (Web Services API)
PDFAModeEnum enumeration constants are used to set the PDF/A standard.
enum PDFAModeEnum {
PDFAM_PdfA_1a,
PDFAM_PdfA_1b,
PDFAM_PdfA_2a,
PDFAM_PdfA_2b,
PDFAM_PdfA_2u,
PDFAM_PdfA_3a,
PDFAM_PdfA_3b,
PDFAM_PdfA_3u
};
Elements
Name | Description |
PDFAM_PdfA_1a | Level A compliance in Part 1 |
PDFAM_PdfA_1b | Level B compliance in Part 1 |
PDFAM_PdfA_2a | Level A compliance in Part 2 |
PDFAM_PdfA_2b | Level B compliance in Part 2 |
PDFAM_PdfA_2u | Level B compliance in Part 2 with an additional requirement that all text in the document have Unicode mapping |
PDFAM_PdfA_3a | Level A compliance in Part 3 |
PDFAM_PdfA_3b | Level B compliance in Part 3 |
PDFAM_PdfA_3u | Level B compliance in Part 3 with an additional requirement that all text in the document have Unicode mapping |
See also
3/26/2024 1:49:49 PM