PdfConformanceLevel Enumeration
|
Specifies the Pdf document's Conformance-level.
Namespace:
Spire.Presentation.External.Pdf
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum PdfConformanceLevel
Public Enumeration PdfConformanceLevel
public enum class PdfConformanceLevel
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
0
|
Specifies Default / No Conformance.
|
|
|
Pdf15
|
1
|
This is the Adobe PDF 1.5 standard,based on Adobe PDF version 1.4,which introduces new
features and improvements to enhance the expressiveness and interactivity of documents.
|
|
|
Pdf_A1B
|
2
|
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_X1A2001
|
3
|
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_A1A
|
4
|
PDF/A-1a ensures the preservation of a document's logical structure and con-tent text stream in natural reading order.
|
|
|
Pdf_A2B
|
5
|
PDF/A-2b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
|
|
|
Pdf_A2A
|
6
|
PDF/A-2a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check.
|
|
|
Pdf_A2U
|
7
|
This is the PDF/A ISO standard [ISO 19005-2:2011] based on Adobe PDF verison 1.7,with U-level consistency
representation enhanced Unicode text mapping to ensure that compliant files can not only preserve their
rendered visual appearance for a long time,but also support a wider range of character sets and languages.
|
|
|
Pdf_A3B
|
8
|
PDF/A-3b standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check
|
|
|
Pdf_A3A
|
9
|
PDF/A-3a standard,Only check the standard from the pdfaid:part and pdfaid:conformance node,And only check
|
|
|
Pdf_A3U
|
10
|
This is the PDF/A ISO standard [ISO 19005-2:2012] based on Adobe PDF verison 1.7,with U-level consistency
representation enhanced Unicode text mapping to ensure that compliant files can not only preserve their
rendered visual appearance for a long time,but also support a wider range of character sets and languages,
and allow embedding of any tyoe of file as an attchment.
|
See Also