Module: Poppler::PDFConformance
- Defined in:
- (unknown)
Constant Summary collapse
- UNSET =
Null
0 or :unset
- A =
Level A (accessible) conformance (PDF/A)
1 or :a
- B =
Level B (basic) conformance (PDF/A)
2 or :b
- G =
Level G (external graphical content) (PDF/X)
3 or :g
- N =
Level N (external ICC Profile) (PDF/X)
4 or :n
- P =
Level P (ICC Profile) (PDF/X)
5 or :p
- PG =
Level PG (conjunction of P and G) (PDF/X)
6 or :pg
- U =
Level U (Unicode) conformance (PDF/A)
7 or :u
- NONE =
No conformance level available
8 or :none