-
Notifications
You must be signed in to change notification settings - Fork 359
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
Support for element grouping #738
Comments
Hi @AndreasJacobsen, I've just added support for art, part, sect, section (alias for sect), caption and blockquote tags in 7ab966e. You can use art currently with |
I'll make a pull request for the wiki once I have tested this, thanks danfickle! My Java skills are sadly pretty much non-existent so I'll wait till this is merged to main and I can update my maven packages to test and document. |
Any idea when this will be available on Maven @danfickle? I don't want you to rush it, I just need to do some planning :) |
I am generating a very long pdf (100+ pages) and I want to group elements in this pdf using standard PDF grouping tags.
These are Part, Art, Sect, Div
See pdfa.org for more information.
I tried searching for any documentation on how to use standard PDF tags but found none, so I tried to guess the tags. I wrote the following HTML
This HTML produces the following tag tree, no section, part or art tags are present.
Attached bellow is a screenshot of a PDF that contains the use of the Sect-elemt, this is what I want.
Are PDF tag grouping not supported?
Grouping can drasticly increase ease of use, especially in long documents, for a wide range of users of assistive technologies.
I've set my conformance level to PDFA_3_A
builder.usePdfAConformance(PdfRendererBuilder.PdfAConformance.PDFA_3_A);
The text was updated successfully, but these errors were encountered: