PdfConformance

public enum PdfConformance

Specifies PDF versions and conformance levels of a PDF document. The PDF versions correspond to the PDF major releases, starting from PDF 1.0. In each PDF version the new features have been introduced. The different conformance levels reflect the quality of the archived document and depend on the input material and the documents purpose. PDF/A versions and levels are given one after another.PDF/A-1 is the first archiving standard based on PDF version 1.4. All resources must be embedded within the PDF/A document itself.PDF/A-2 is based on PDF 1.7. It allows JPEG2000 compression, transparent elements, PDF layers and more.PDF/A-3 is available since October 2012. It allows to embed any file format desired.Level a (accessible) meets all requirements for the standard.Level b (basic) guaranteed that the content of the document can be unambiguously reproduced.Level u (unicode) specifies that all text can be mapped to standard Unicode character codes.

Entries

Link copied to clipboard

This is a common PDF document. Read more about PDF compatibility levels here .

Link copied to clipboard

The PDF conformance level is PDF/A-1a.

Link copied to clipboard

The PDF conformance level is PDF/A-1b.

Link copied to clipboard

The PDF conformance level is PDF/A-2a.

Link copied to clipboard

The PDF conformance level is PDF/A-2u.

Link copied to clipboard

The PDF conformance level is PDF/A-2b.

Link copied to clipboard

The PDF conformance level is PDF/A-3a.

Link copied to clipboard

The PDF conformance level is PDF/A-3u.

Link copied to clipboard

The PDF conformance level is PDF/A-3b.

Link copied to clipboard

The PDF conformance level is PDF/A-4.

Link copied to clipboard

The PDF conformance level is PDF/A-4e.

Link copied to clipboard

The PDF conformance level is PDF/A-4f.

Link copied to clipboard

The PDF version is PDF 1.0.

Link copied to clipboard

The PDF version is PDF 1.1.

Link copied to clipboard

The PDF version is PDF 1.2.

Link copied to clipboard

The PDF version is PDF 1.3.

Link copied to clipboard

The PDF version is PDF 1.4.

Link copied to clipboard

The PDF version is PDF 1.5.

Link copied to clipboard

The PDF version is PDF 1.6.

Link copied to clipboard

The PDF version is PDF 1.7.

Link copied to clipboard

The PDF version is PDF 2.0 (ISO 32000-2).

Link copied to clipboard

The PDF conformance level is PDF/UA-1.

Link copied to clipboard

The PDF conformance level is unknown.

Functions

Link copied to clipboard
public static PdfConformance valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<PdfConformance> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.