PdfCompliance

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

Specifies the PDF compliance level to output file.

Enum Values

FieldDescription
Pdf15The output file will be PDF 1.5 compliant.
PdfA1aThe output file will be PDF/A-1a compliant.
PdfA1bThe output file will be PDF/A-1b compliant.

Pdf15

public static final int Pdf15

The output file will be PDF 1.5 compliant.

Returns: int

PdfA1a

public static final int PdfA1a

The output file will be PDF/A-1a compliant.

Returns: int

PdfA1b

public static final int PdfA1b

The output file will be PDF/A-1b compliant.

Returns: int