com.aspose.slides.export
Class PdfCompliance
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.export.PdfCompliance
- All Implemented Interfaces:
- java.lang.Comparable
public class PdfCompliance
- extends Enumerate
Enumeration which defines the PDF compliance level.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PDF_15
public static final PdfCompliance PDF_15
- The output file will comply with the PDF 1.5 standard.
PDF_15_ID
public static final int PDF_15_ID
- See Also:
- Constant Field Values
PDF_A1B
public static final PdfCompliance PDF_A1B
- The output file will comply with the PDF/A-1b standard.
PDF_A1B_ID
public static final int PDF_A1B_ID
- See Also:
- Constant Field Values
toValue
public static PdfCompliance toValue(int id)