Yes, that is the formal (normative PDF specification). I used to work at Adobe and was part of the team that helped move PDF from Adobe to ISO. That is different than PDFBox. PDFBox is an implementation of programmatic ways to manipulate PDF documents. I have not seen anything that can interpret the tabbing order in the PDFBox library although you can grab the JavaScript so it might be possible.
The public API I would expect to see here would be something to the effect of having a "getTabIndex(PDField field):int" or similar. I have not seen that but someone please correct me if I am wrong. Duane Nickull *********************************** Technoracle Advanced Systems Inc. Consulting and Contracting; Proven Results! i. Neo4J, PDF, Java, LiveCycle ES, Flex, AIR, CQ5 & Mobile b. http://technoracle.blogspot.com t. @duanechaos "Don't fear the Graph! Embrace Neo4J" On 2012-10-24 10:26 AM, "Maruan Sahyoun" <[email protected]> wrote: >ISO32000 > >Maruan Sahyoun > >Am 24.10.2012 um 18:10 schrieb Duane Nickull ><[email protected]>: > >> I missed this. Where is this section 12.5? I only search the API docs. >> >> Duane >> *********************************** >> Technoracle Advanced Systems Inc. >> Consulting and Contracting; Proven Results! >> i. Neo4J, PDF, Java, LiveCycle ES, Flex, AIR, CQ5 & Mobile >> b. http://technoracle.blogspot.com >> t. @duanechaos >> "Don't fear the Graph! Embrace Neo4J" >> >> >> >> >> >> >> On 2012-10-24 12:52 AM, "Maruan Sahyoun" <[email protected]> wrote: >> >>> See 12.5, "Annotations" for details. >> >>

