Aspose::Cells::Rendering::PdfCompliance enum

PdfCompliance enum

Allowing user to set PDF conversion’s Compatibility.

enum class PdfCompliance

Values

NameValueDescription
None0(Deprecated - Use PdfCompliance.Pdf14 instead. )
Pdf format compatible with PDF 1.4.
Pdf140
Pdf format compatible with PDF 1.4.
Pdf153
Pdf format compatible with PDF 1.5.
Pdf164
Pdf format compatible with PDF 1.6.
Pdf175
Pdf format compatible with PDF 1.7.
PdfA1b1
Pdf format compatible with PDF/A-1b(ISO 19005-1)
PdfA1a2
Pdf format compatible with PDF/A-1a(ISO 19005-1)
PdfA2b6
Pdf format compatible with PDF/A-2b(ISO 19005-2)
PdfA2u7
Pdf format compatible with PDF/A-2u(ISO 19005-2)
PdfA2a8
Pdf format compatible with PDF/A-2a(ISO 19005-2)
PdfA3b9
Pdf format compatible with PDF/A-3b(ISO 19005-3)
PdfA3u10
Pdf format compatible with PDF/A-3u(ISO 19005-3)
PdfA3a11
Pdf format compatible with PDF/A-3a(ISO 19005-3)

See Also