Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF-Hul doesn't check /Tabs key value in /Page dictionary. #854

Open
asciim0 opened this issue May 16, 2023 · 0 comments
Open

PDF-Hul doesn't check /Tabs key value in /Page dictionary. #854

asciim0 opened this issue May 16, 2023 · 0 comments
Assignees
Labels
bug A product defect that needs fixing
Milestone

Comments

@asciim0
Copy link
Contributor

asciim0 commented May 16, 2023

JHOVE does not check the correct usage of the /Tabs key in the page object.
As per ISO 32000 the Tabs key is optional. If present, the possible values shall be (as per 32000-2):
R, C, S, A or W (see 7.7.3.3 Table 31 and 12.5.1 in ISO 32000-2:2017).
The Tabs key determines the tab navigation order of annotations on a page.

Further information is also contained in the according pdfcpu issue: pdfcpu/pdfcpu#618

The expectation is that:

  • if no Tab key is present --> no implication on validation status
  • if Tab key is present but not correctly filled --> well-formed, but not valid
@carlwilson carlwilson added this to the OPF Hackathon 2023 Tasks milestone Jun 21, 2023
@carlwilson carlwilson removed this from the OPF Hackathon 2023 Tasks milestone Mar 6, 2024
@carlwilson carlwilson self-assigned this Aug 22, 2024
@carlwilson carlwilson added the bug A product defect that needs fixing label Aug 22, 2024
@carlwilson carlwilson added this to the JHOVE 1.34 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A product defect that needs fixing
Projects
None yet
Development

No branches or pull requests

2 participants