Add accessible digital booklet output #7
Loading…
Reference in a new issue
No description provided.
Delete branch "audit/pdf-accessibility-baseline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
qpdf,pdfinfo, andpdftotextchecks and document the digital-vs-print accessibility policydata/media-manifest.jsonand provide an explicit refresh workflowVerification
make test(18 passed; accessibility suite skips until the PDF is built)make clean && make buildmake check-accessibility(5 passed)qpdf --check build/booklet-pages.pdfqpdf --check build/booklet-print.pdfgit lfs fsckThe accessible digital pages PDF remains the maintained reading copy. The imposed print PDF remains intentionally untagged because its two-up folding order is not a linear reading order. Ordinary generation now resolves all candidate media from reviewed local inputs; network access occurs only through the explicit
make refresh-mediamaintainer workflow.