aspose.pdf
Class PdfConformance

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.PdfConformance

public class PdfConformance
extends EnumerationBase

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.


Field Summary
static PdfConformance None
          No conformance
static PdfConformance 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 PdfConformance 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.
 
Method Summary
static PdfConformance getPdfA1A()
          Represents a PdfConformance action
static PdfConformance getPdfA1B()
          Represents a PdfConformance action
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final PdfConformance None
No conformance


PdfA1B

public static final PdfConformance 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.


PdfA1A

public static final PdfConformance 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.

Method Detail

getPdfA1B

public static PdfConformance getPdfA1B()
Represents a PdfConformance action


getPdfA1A

public static PdfConformance getPdfA1A()
Represents a PdfConformance action