PdfCompliance
Contents
[
Hide
]PdfCompliance enumeration
Utility class containing constants. Allowing user to set PDF conversion’s Compatibility
Values
| Name | Description |
|---|---|
| NONE | Pdf format compatible with PDF 1.4 NOTE: This member is now obsolete. Instead, please use PDF_14 property. This property will be removed 6 months later since November 2023. Aspose apologizes for any inconvenience you may have experienced. |
| PDF_14 | Pdf format compatible with PDF 1.4 |
| PDF_15 | Pdf format compatible with PDF 1.5 |
| PDF_16 | Pdf format compatible with PDF 1.6 |
| PDF_17 | Pdf format compatible with PDF 1.7 |
| PDF_A_1_B | Pdf format compatible with PDF/A-1b(ISO 19005-1) |
| PDF_A_1_A | Pdf format compatible with PDF/A-1a(ISO 19005-1) |
| PDF_A_2_B | Pdf format compatible with PDF/A-2b(ISO 19005-2) |
| PDF_A_2_U | Pdf format compatible with PDF/A-2u(ISO 19005-2) |
| PDF_A_2_A | Pdf format compatible with PDF/A-2a(ISO 19005-2) |
| PDF_A_3_B | Pdf format compatible with PDF/A-3b(ISO 19005-3) |
| PDF_A_3_U | Pdf format compatible with PDF/A-3u(ISO 19005-3) |
| PDF_A_3_A | Pdf format compatible with PDF/A-3a(ISO 19005-3) |