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
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: