-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
PDF/UA Support #204
Comments
I have to admit I am not particular familiar with the I would recommend to quickly test a PDF of yours or from the Unfortunately the checker only runs on Windows, else I would have quickly let an example through. |
I did some research and tweaked the code a little. (See my PR). But unfortunately i think it is not possible to reach full UA support, because tcpdf does not support tagged content. tcpdf does not keep semantic context. Some more hints to improve accessability
|
Thanks for first Improvements! Maybe TCPDF will implement some Improvements on this Topic. |
Thanks for your contributions! I will have a look at it, but it will probably take some time as I need to read up on this topic first. In case you need these changes soon, you have the possibility to extend the affected classes in your own code or use composer patches. |
I created a new release |
Is there any support for PDF/UA? (https://en.wikipedia.org/wiki/PDF/UA)
I am interested in accessibility for people with disabilities who use assistive technology such as screen readers.
For that, I need to tag element sections and tables or images with alternative Informations.
The text was updated successfully, but these errors were encountered: