RasterContentConstraint
in package
implements
ConformanceConstraint
FinalYes
ISO 23504-1 (PDF/R-1): Raster content validation.
PDF/R-1 documents are intended for raster-only (scanned) content. This constraint warns if the document appears to contain non-raster content such as text or vector graphics (detected heuristically via font presence).
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