TrimBoxConstraint
in package
implements
ConformanceConstraint
FinalYes
PDF/X: All pages must have /TrimBox (or /ArtBox as fallback).
The TrimBox defines the intended finished dimensions of the printed page after trimming. This is mandatory for all PDF/X levels.
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