com.adobe.livecycle.output.client
Class PDFAConformance
java.lang.Object
java.lang.Enum
com.adobe.livecycle.output.client.PDFAConformance
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class PDFAConformance
- extends java.lang.Enum
PDF/A conformance level as specified in the PDF/A-1 ISO specification.
The conformance level refers to how a PDF document adheres to requirements that specify how
long-term electronic documents are preserved.
For information about level A and B conformance, see
the PDF/A-1 ISO specification that is titled ISO 19005-1 Document management.
To see this enumeration value used in a code example, see the
Creating a PDF/A document using the Java API quick start in Programming with Adobe Experience Manager forms.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
A
public static final PDFAConformance A
- Level A conformance.
B
public static final PDFAConformance B
- Level B conformance.
values
public static PDFAConformance[] values()
valueOf
public static PDFAConformance valueOf(java.lang.String name)