java.lang.Objectcom.aspose.words.PdfCompliance
public class PdfCompliance
Field Summary | ||
---|---|---|
static final int | PDF_17 | |
The output file will comply with the PDF 1.7 standard. | ||
static final int | PDF_15 | |
The output file will comply with the PDF 1.5 standard. | ||
static final int | PDF_A_1_A | |
The output file will comply with the PDF/A-1a standard. This level includes all the requirements of PDF/A-1b and additionally requires that document structure be included (also known as being "tagged"), with the objective of ensuring that document content can be searched and repurposed. | ||
static final int | PDF_A_1_B | |
The output file will comply with the PDF/A-1b standard. PDF/A-1b has the objective of ensuring reliable reproduction of the visual appearance of the document. | ||
static final int | PDF_A_2_A | |
The output file will comply with the PDF/A-2a standard. This level includes all the requirements of PDF/A-2u and additionally requires that document structure be included (also known as being "tagged"), with the objective of ensuring that document content can be searched and repurposed. | ||
static final int | PDF_A_2_U | |
The output file will comply with the PDF/A-2u standard. PDF/A-2u has the objective of preserving document static visual appearance over time, independent of the tools and systems used for creating, storing or rendering the files. Additionally any text contained in the document can be reliably extracted as a series of Unicode codepoints. |
Field Detail |
---|
PDF_17 = 0 | |
public static final int PDF_17 |
PDF_15 = 1 | |
public static final int PDF_15 |
PDF_A_1_A = 2 | |
public static final int PDF_A_1_A |
PDF_A_1_B = 3 | |
public static final int PDF_A_1_B |
PDF_A_2_A = 4 | |
public static final int PDF_A_2_A |
PDF_A_2_U = 5 | |
public static final int PDF_A_2_U |