public final class PdfCompliance
extends com.aspose.ms.System.Enum
Specifies the PDF standards compliance level
Modifier and Type | Field and Description |
---|---|
static int |
Pdf15
PDF 1.5 standard
|
static int |
Pdf17
PDF 1.7 standard
|
static int |
PdfA1a
PDF/A-1a standard.
|
static int |
PdfA1b
PDF/A-1b standard.
|
public static final int Pdf15
PDF 1.5 standard
public static final int Pdf17
PDF 1.7 standard
public static final int PdfA1a
PDF/A-1a standard. This level includes all the requirements of PDF/A-1b and additionally requires that document structure be included (also known as being "tagged"), with the objective of ensuring that document content can be searched and repurposed.
public static final int PdfA1b
PDF/A-1b standard. PDF/A-1b has the objective of ensuring reliable reproduction of the visual appearance of the document.
Copyright © 2020. All rights reserved.