Structural PDF/A and PDF/UA preparation with deterministic validation reports.
PaperForge validates the requirements it emits. Final archival certification should also be performed with VeraPDF because conformance includes rules that depend on the complete rendered document and the selected ICC profile.
Summary
Functions
Associates alternate text with an image XObject for tagged-document tooling.
Applies one or more conformance profiles to a document.
Returns a machine-readable conformance report.
Types
Functions
@spec alternate_text(PaperForge.Document.t(), PaperForge.Reference.t(), binary()) :: PaperForge.Document.t()
Associates alternate text with an image XObject for tagged-document tooling.
@spec apply( PaperForge.Document.t(), keyword() ) :: PaperForge.Document.t()
Applies one or more conformance profiles to a document.
@spec validate( PaperForge.Document.t(), keyword() ) :: {:ok, map()} | {:error, [issue()]}
Returns a machine-readable conformance report.