Gilad Denneboom created PDFBOX-5638:
---------------------------------------

             Summary: Add getter and setter for the Tabs COSName value under 
PDPage
                 Key: PDFBOX-5638
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5638
             Project: PDFBox
          Issue Type: Improvement
          Components: PDModel
    Affects Versions: 2.0.29
            Reporter: Gilad Denneboom
         Attachments: tab order test.pdf

Defined in Table 30 of the PDF 1.7 ISO specs, the Tabs key is an optional 
COSName value under PDPage that defines the tab order of the annotations on the 
page. The specs define its possible values as: R (row order), C (column order), 
and S (structure order).

However, from inspecting PDF files created by Acrobat it seems that another 
value can be used, namely "W", when the form's author specifies the tab order 
manually. See attached file.

A getter/setter for this value is missing from the PDPage implementation. Also, 
the "Tabs" key itself is missing from the COSName enum and should be added.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to