0

we use itextPDF v9.2 to generate PDF from HTML Code. The PDF is looking fine, but for the tagging of input elements for example

<input type="checkbox" id="$elementId" name="cbk" value="Yes" checked/>

The value or label does not show up in pdf tagging. It shows only "Path" under Form please see screenshot enter image description here

Do you have any ideas how to let the value "Yes" show up in the pdf tagging?

BG

1
  • Hi, it is for accessibility see axes4.com/en/pdf-accessibility. The pdf can be read by screen reader for example. Commented May 27 at 20:48

1 Answer 1

1

With the latest pdfHTML 6.2.0 you can set an alternate description by using 'alt' or 'title' attribute for your input tag. And then Acrobat will read it with its Read out loud function.

Also if I use the latest pdfHTML 6.2.0 PAC (2024) doesn't show any forms related errors or warnings.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.