PDFBox how to create an accessible tagged PDF file

I am looking for an example that will show me how to create affordable PDF for people using assistive technologies, such as Apache PDFBox screen readers . After looking at the API, I see that there are classes available for adding structure to the document, but there is no clear example demonstrating its implementation.

Any help would be appreciated.

+4
source share

All Articles