pdftools_toolbox.pdf.conformance
Classes
|
The version and conformance of a |
- class pdftools_toolbox.pdf.conformance.Conformance(value)[source]
Bases:
IntEnum
The version and conformance of a
pdftools_toolbox.pdf.document.Document
.- Variables:
PDF10 (int)
PDF11 (int)
PDF12 (int)
PDF13 (int)
PDF14 (int)
PDF15 (int)
PDF16 (int)
PDF17 (int)
PDF20 (int)
PDF_A1_B (int)
PDF_A1_A (int)
PDF_A2_B (int)
PDF_A2_U (int)
PDF_A2_A (int)
PDF_A3_B (int)
PDF_A3_U (int)
PDF_A3_A (int)
- PDF10 = 4096
- PDF11 = 4352
- PDF12 = 4608
- PDF13 = 4864
- PDF14 = 5120
- PDF15 = 5376
- PDF16 = 5632
- PDF17 = 5888
- PDF20 = 8192
- PDF_A1_B = 5121
- PDF_A1_A = 5122
- PDF_A2_B = 5889
- PDF_A2_U = 5890
- PDF_A2_A = 5891
- PDF_A3_B = 5905
- PDF_A3_U = 5906
- PDF_A3_A = 5907