public final class PdfCompliance
extends com.aspose.ms.System.Enum
Constants which define the PDF standards compliance level.
| Modifier and Type | Field and Description |
|---|---|
static int |
Pdf15
The output file will comply with the PDF 1.5 standard.
|
static int |
Pdf16
The output file will comply with the PDF 1.6 standard.
|
static int |
Pdf17
The output file will comply with the PDF 1.7 standard.
|
static int |
PdfA1a
The output file will comply with the PDF/A-1a standard.
|
static int |
PdfA1b
The output file will comply with the PDF/A-1b standard.
|
static int |
PdfA2a
The output file will comply with the PDF/A-2a standard.
|
static int |
PdfA2b
The output file will comply with the PDF/A-2b standard.
|
static int |
PdfA2u
The output file will comply with the PDF/A-2u standard.
|
static int |
PdfA3a
The output file will comply with the PDF/A-3a standard.
|
static int |
PdfA3b
The output file will comply with the PDF/A-3b standard.
|
static int |
PdfUa
The output file will comply with the PDF/UA standard.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Pdf15
The output file will comply with the PDF 1.5 standard.
public static final int Pdf16
The output file will comply with the PDF 1.6 standard.
public static final int Pdf17
The output file will comply with the PDF 1.7 standard.
public static final int PdfA1b
The output file will comply with the PDF/A-1b standard.
public static final int PdfA1a
The output file will comply with the PDF/A-1a standard.
public static final int PdfA2b
The output file will comply with the PDF/A-2b standard.
public static final int PdfA2a
The output file will comply with the PDF/A-2a standard.
public static final int PdfA3b
The output file will comply with the PDF/A-3b standard.
public static final int PdfA3a
The output file will comply with the PDF/A-3a standard.
public static final int PdfUa
The output file will comply with the PDF/UA standard.
public static final int PdfA2u
The output file will comply with the PDF/A-2u standard.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.