PdfConformanceLevel Enum
Represents levels of conformance for PDF documents.
Fields
None | No conformance. |
PdfA1a | PDF/A-1 is based on PDF version 1.4, which first appeared in 2001. All resources (images, graphics, typographic characters) must be embedded within the PDF/A document itself. A PDF/A file requires precise, platform-independent colour data using ICC profiles, and XMP for the document metadata. Transparent elements, some forms of compression (LZW, JPEG2000), PDF layers, and certain actions or JavaScript are forbidden. A PDF/A file must not be password-protected. PDF/A-1 expressly supports embedded digital signatures and the use of hyperlinks. Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order. Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements. This PDF/A level can usually only be met by converting born-digital documents. |
PdfA1b | PDF/A-1 is based on PDF version 1.4, which first appeared in 2001. All resources (images, graphics, typographic characters) must be embedded within the PDF/A document itself. A PDF/A file requires precise, platform-independent colour data using ICC profiles, and XMP for the document metadata. Transparent elements, some forms of compression (LZW, JPEG2000), PDF layers, and certain actions or JavaScript are forbidden. A PDF/A file must not be password-protected. PDF/A-1 expressly supports embedded digital signatures and the use of hyperlinks. Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems. Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work. |
PdfA2a | PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation is the "container" function: PDF/A files can be embedded within a PDF/A-2 document. Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order. Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements. This PDF/A level can usually only be met by converting born-digital documents. |
PdfA2b | PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation is the "container" function: PDF/A files can be embedded within a PDF/A-2 document. Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems. Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work. |
PdfA2u | PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation is the "container" function: PDF/A files can be embedded within a PDF/A-2 document. Level U (Unicode) was introduced along with PDF/A-2. It expands Conformance Level B to specify that all text can be mapped to standard Unicode character codes. |
PdfA3a | PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents. For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of these embedded files for archiving. Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order. Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements. This PDF/A level can usually only be met by converting born-digital documents. |
PdfA3b | PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents. For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of these embedded files for archiving. Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems. Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work. |
PdfA3u | PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents. For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of these embedded files for archiving. Level U (Unicode) was introduced along with PDF/A-2. It expands Conformance Level B to specify that all text can be mapped to standard Unicode character codes. |