PdfRFontConstraint
in package
implements
ConformanceConstraint
FinalYes
ISO 23504-1 (PDF/R-1): Font presence warning.
PDF/R-1 documents are intended for raster-only content. The presence of fonts suggests non-raster content, which is a conformance warning.
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