Aspose::TeX::Presentation::Pdf::PdfCompliance enum
PdfCompliance enum
Specifies the PDF compliance level to output file.
enum class PdfCompliance
Values
Name | Value | Description |
---|---|---|
Pdf15 | 0 | The output file will be PDF 1.5 compliant. |
PdfA1a | 1 | The output file will be PDF/A-1a compliant. |
PdfA1b | 2 | The output file will be PDF/A-1b compliant. |
See Also
- Namespace Aspose::TeX::Presentation::Pdf
- Library Aspose.TeX for C++