public final class PdfConformance
extends com.aspose.ms.System.Enum
Enumeration for PDF/A1. PDF/A1 attempts to maximize:Device independence,Self-containment and Self-documentation . The constraints include: Audio and video content are forbidden, Javascript and executable file launches are prohibited , All fonts must be embedded and also must be legally embeddable for unlimited, universal rendering , Colorspaces specified in a device-independent manner , Encryption is disallowed, Use of standards-based metadata is mandated the files.
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 © 2016 Aspose. All Rights Reserved.