I am trying to make a PDF file accessible, and I am using Adobe Acrobat to check for accessibility.
I am using JasperReports version 6.3.1.
How do I set the primary language and title? I used the following code to add a title, but it did not work. What do I need to add in the JRXML file?
JRPdfExporter exporter = new JRPdfExporter(); exporter.setParameter(JRPdfExporterParameter.METADATA_TITLE, "Invoice");
How do I set the tab order for elements on a page (table, text fields, etc.)?