com.aspose.diagram

Class PdfCompliance

  • java.lang.Object
    • com.aspose.diagram.PdfCompliance
public class PdfCompliance 
extends java.lang.Object

Utility class containing constants. Specifies the PDF compliance level to output file.

Field Summary
static final intPDF_15
The output file will be PDF 1.5 compliant.
static final intPDF_A_1_A
The output file will be PDF/A-1a compliant.
static final intPDF_A_1_B
The output file will be PDF/A-1b compliant.
 

    • Field Detail

      • PDF_15

        public static final int PDF_15
        The output file will be PDF 1.5 compliant.
      • PDF_A_1_A

        public static final int PDF_A_1_A
        The output file will be PDF/A-1a compliant.
      • PDF_A_1_B

        public static final int PDF_A_1_B
        The output file will be PDF/A-1b compliant.