PDFAModeEnum (COM-based API)
PDFAModeEnum enumeration constants are used to set the PDF/A standard.
enum PdfAModeEnum {
PDFAM_PdfA_1a = 0,
PDFAM_PdfA_1b = 1,
PDFAM_PdfA_2a = 2,
PDFAM_PdfA_2b = 3,
PDFAM_PdfA_2u = 4,
PDFAM_PdfA_3a = 5,
PDFAM_PdfA_3b = 6,
PDFAM_PdfA_3u = 7
};
Elements
PDF/A-1a — Level A compliance in Part 1 PDF/A-1b — Level B compliance in Part 1 PDF/A-2a — Level A compliance in Part 2 PDF/A-2b — Level B compliance in Part 2 PDF/A-2u — Level B compliance in Part 2 with an additional requirement that all text in the document have Unicode mapping
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