PdfEColorSpaceConstraint
in package
implements
ConformanceConstraint
FinalYes
ISO 24517-1 (PDF/E-1): Color space validation.
Device-dependent color spaces (DeviceRGB, DeviceCMYK, DeviceGray) should be anchored by an OutputIntent with an ICC profile, or device-independent color spaces should be used instead.
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