|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.PdfConformance
public class PdfConformance
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 |
---|
public static final PdfConformance None
public static final PdfConformance PdfA1B
public static final PdfConformance PdfA1A
Method Detail |
---|
public static PdfConformance getPdfA1B()
PdfConformance
action
public static PdfConformance getPdfA1A()
PdfConformance
action
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |