Hi all and thanks for the help.

I’m using PDFbox version 2.0.26.


I am trying to convert a pdf to html. The PDF i have has tab order
configured on several fields.

Using Pdfbox is it possible to extract the tab order value set on each
field so that i can then set the tab index within the html?

I've tried iterating over each field (PDField) by doing PDAcroForm.
getFields () but that gives me the fields in an order that does not follow
the configured tab order. Then i thought that maybe i can extract tab order
information from the field itself but PDField does not hold any tab order
information.


Is this type of capability available or does it not exist within the
framework?

Thanks

Reply via email to