public final class PdfConformance
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
None
No conformance
|
static int |
PdfA1A
Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable
for long-term preservation of page-oriented documents for which PDF is already being used in practice.
|
static int |
PdfA1B
Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable
for long-term preservation of page-oriented documents for which PDF is already being used in practice.
|
public static final int None
No conformance
public static final int PdfA1B
Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable for long-term preservation of page-oriented documents for which PDF is already being used in practice. Level B conformance (PDF-1b) indicates minimal compliance to ensure that the rendered visual appearance of a conforming file is preservable over the long term. Level A conformance (PDF-1a) indicates complete compliance with the ISO 19005-1 requirements, including those related to structural and semantic properties of documents.
public static final int PdfA1A
Part 1 of the PDF/A ISO standard [ISO 19005-1:2005] is a constrained form of Adobe PDF version 1.4 intended to be suitable for long-term preservation of page-oriented documents for which PDF is already being used in practice. Level B conformance (PDF-1b) indicates minimal compliance to ensure that the rendered visual appearance of a conforming file is preservable over the long term. Level A conformance (PDF-1a) indicates complete compliance with the ISO 19005-1 requirements, including those related to structural and semantic properties of documents.
Copyright © 2014 Aspose. All Rights Reserved.