Validate PDF Accessibility via dotnet?
Are there any dotnet libraries or tools to validate a PDF file for accessibility compliance (WCAG)? Alternatively, is there a tool outside the dotnet ecosystem that you've used? Given a PDF, I need to create a list of accessibility issues (color contrast, tags missing, etc). Ideally, it would be MIT or other permissive license, but also open to paid options
1 Reply
oh there is that lib with validation
https://www.nuget.org/packages/PDFix.SDK
I found it on their website
https://pdfix.net/solutions/pdf-validation/
PDFix.SDK 7.2.0
~ PDF Tagging and Accessibility ~ Logical Content Extraction ~ PDF to HTML conversion ~ PDF Editing ~
Automated PDF Remediation
- make PDF accessible and PDF/UA compliant
- add tags to PDF
- embed fonts, add missing unicode characters
- update document language, metadata to conform PDF/UA standard
- make PDF ISO 14289 compliant
PDF Data Extra...