ActionConstraint
in package
implements
ConformanceConstraint
FinalYes
PDF/A clause 6.5 / 6.6.1: Restricted action types.
All PDF/A levels prohibit:
- JavaScript actions
- Launch actions (external application execution)
PDF/A-1 additionally prohibits:
- Movie actions
- Sound actions
- Rendition actions
- RichMediaExecute actions
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