I have a tagged PDF template that after using Acrobat to clean it up now passes PAC checker 3.
We need to generate custom versions of this template by adding 3 text fields based on data from each user. I have done this using the PDPageContentStream.showText() method. The issue is that these new text objects aren't tagged so the document no longer passes PAC. Is there a way to add the text and have them tagged? Is it a better approach to use Acrobat to place text form fields in the template and then use the PDAcroForm and PDField.setValue() method to update the text. For the record I tried this and it works but JAWS lets the user know that is a form field (not the end of the world but nice if it didn't do that). Thanks.