Question
Static PDF rendered using outputservice.generatePDFOutput has 'form' tags for text fields
Hi,
I am facing an issue where the screen reader (NVDA) is reading out ‘edit unavailable read only’ for all the accessibility tags with <form> tags.
<form> tags are generated for all the text field objects from XDP.
Is there any way to prevent NVDA from reading this out loud or to prevent <form> tags being generated in the rendered static PDF using output service.
Appreciate any help on this topic.