TaggedStructureConstraint
in package
implements
ConformanceConstraint
FinalYes
Tagged structure requirements for PDF/A Level A and PDF/UA.
PDF/A-1a/2a/3a (ISO 19005 clause 6.8):
- MarkInfo /Marked must be true
- StructTreeRoot must be present
- Catalog /Lang must be set
PDF/UA-1 (ISO 14289-1 clause 7):
- Same base requirements as PDF/A Level A
Table of Contents
Interfaces
- ConformanceConstraint
- A single category of conformance checks (e.g. font embedding, encryption).
Methods
- check() : array<int, ConformanceViolation>
- Check the document against this constraint for the given profile.
Methods
check()
Check the document against this constraint for the given profile.
public
check(DocumentInspector $inspector, ConformanceProfile $profile) : array<int, ConformanceViolation>
Parameters
- $inspector : DocumentInspector
- $profile : ConformanceProfile