Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PDF/UA subset #1485

Merged
merged 4 commits into from Dec 17, 2023
Merged

Add PDF/UA subset #1485

merged 4 commits into from Dec 17, 2023

Conversation

andreiaugustin
Copy link
Contributor

@andreiaugustin andreiaugustin commented Dec 15, 2023

What kind of change does this PR introduce?

Improves existing PDF/UA compliance by allowing users to use subset: 'PDF/UA' when creating the PDFDocument which will result PDF/UA to be added to the created PDF metadata.

Checklist:

  • Unit Tests
  • Documentation
  • Update CHANGELOG.md
  • Ready to be merged

Currently we're implementing PDF/UA compliance and are going through a checklist of requirements we must meet in order to generare valid PDF/UA PDFs.

One of the first requirements we haven't been able to meet is a missing PDF/UA identifier from the PDF's metadata.

With this change, the checks seems to pass (using PAC 2021 - PDF Accessibility Checker for testing compliance).

@blikblum blikblum merged commit 408dc4e into foliojs:master Dec 17, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants