You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue I am facing - I have added name, value, role and state for form fields using below code but Adobe Acrobat is not passing the accessibility check for forms generated using PDFKit. How can I create accessible PDF forms with tagged fields?
The text was updated successfully, but these errors were encountered:
arpakuma
changed the title
Accessibility Issue: Tagged Content for Forms Throws Error in Adobe Acrobat
Accessibility Issue: unable to create accessible PDF forms with tagged fields
Oct 14, 2024
Hi all,
looks like an old ticket that has been created and based on no reply I suppose there's been no progress on that. I got exactly the same issue and no idea how to fix it, does anyone have some useful tip to help me out on this one?
Thanks in advance
Requirement - I need to add name, value, role and state for form fields to enable accessibility as per this document https://www.w3.org/WAI/WCAG22/Techniques/pdf/PDF12
Issue I am facing - I have added name, value, role and state for form fields using below code but Adobe Acrobat is not passing the accessibility check for forms generated using PDFKit. How can I create accessible PDF forms with tagged fields?
Code I tried -
The text was updated successfully, but these errors were encountered: