Specifies the Pdf document's Conformance-level.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfConformanceLevel
Public Enumeration PdfConformanceLevel
public enum class PdfConformanceLevel
type PdfConformanceLevel

Members

MemberValueDescription
None0
Specifies Default / No Conformance.
Pdf_A1B1
This PDF/A ISO standard [ISO 19005-1:2005] is based on Adobe PDF version 1.4 and This Level B conformance indicates minimal compliance to ensure that the rendered visual appearance of a conforming file is preservable over the long term.
Pdf_X1A20012
This PDF/X-1a:2001 ISO standard [ISO 15930-1] is based on Adobe PDF version 1.3 which uses only CMYK + Spot Color and this compliance to ensure that the contents will be reliably reproduced in the repress environment.
Pdf_A1A3
PDF/A-1a ensures the preservation of a document's logical structure and con-tent text stream in natural reading order.
Pdf_A2A4
PDF/A-2a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
Pdf_A2B5
PDF/A-2b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
Pdf_A3A6
PDF/A-3a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check
Pdf_A3B7
PDF/A-3b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check

See Also