We have below requirement to generate ADA (American Disability Act) compliant PDF.
Problem: We are generating html structure programmatically having html tags like headings (h1 tags), tables, links, charts (svg tags), images (with alt text), paragraphs, etc. We are looking for a way to generate pdf from this html with same look and feel (including CSS style sheets). This PDF must also be ADA compliant (i.e. tagged pdf and user accessibility).
Below requirements must be met for User accessibility:
-
Headings are tagged to maintain document hierarchy.
-
Images/charts should be tagged with alternate text
-
Table row headers need to be tagged so that if the table is separated across 2 pages, it will still be recognized as part of one table
We need to know how can we generate ADA compliant pdf from this html.
Regards,
Sanjay