Aspose::Cells::Rendering::PdfCompliance enum
Contents
[
Hide
]PdfCompliance enum
Allowing user to set PDF conversion’s Compatibility.
enum class PdfCompliance
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | (Deprecated - Use PdfCompliance.Pdf14 instead. ) Pdf format compatible with PDF 1.4. | 
| Pdf14 | 0 | Pdf format compatible with PDF 1.4. | 
| Pdf15 | 3 | Pdf format compatible with PDF 1.5. | 
| Pdf16 | 4 | Pdf format compatible with PDF 1.6. | 
| Pdf17 | 5 | Pdf format compatible with PDF 1.7. | 
| PdfA1b | 1 | Pdf format compatible with PDF/A-1b(ISO 19005-1) | 
| PdfA1a | 2 | Pdf format compatible with PDF/A-1a(ISO 19005-1) | 
| PdfA2b | 6 | Pdf format compatible with PDF/A-2b(ISO 19005-2) | 
| PdfA2u | 7 | Pdf format compatible with PDF/A-2u(ISO 19005-2) | 
| PdfA2a | 8 | Pdf format compatible with PDF/A-2a(ISO 19005-2) | 
| PdfA3b | 9 | Pdf format compatible with PDF/A-3b(ISO 19005-3) | 
| PdfA3u | 10 | Pdf format compatible with PDF/A-3u(ISO 19005-3) | 
| PdfA3a | 11 | Pdf format compatible with PDF/A-3a(ISO 19005-3) | 
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++