PDF Accessibility is not working for images
Requirement is, pdf output should support Accessibility. RTF template is created with logo, report and page headings,simple vertical table and footer. As per user guide section “Designing Accessible Reports”, Accessibility on RTF template is defined as below:
- for logo entered Alt text as, alt: this is
company logo - for report and page headings, style has been
selected - In vertical table, at first row and first column
added following command ?table-summary: 'Added Drugs table
'?><?acc-row-header:'1,2,3,4'?>
When I export the output to pdf, report looks good and no issues with the output. But, Accessibility reading order is not starting with logo instead it starts from report header. Somehow, the logo (picture) is not included for accessibility. What I noticed from docx output is, alt text for the picture is missing.