Over the last year, inconsistent spec sheets cost me roughly four extra review hours per project. Diagnose where junio…
Open the PDF document you want to check for accessibility.
Click the Tools tab at the top of the Acrobat window.
Scroll through the list and select Accessibility to add the Accessibility tools to your workspace if they are not already visible.
Best practiceIf you do not see the Accessibility tools, you may need to add them from the Tools pane as they are not shown by default.
In the Accessibility tools pane, click Full Check.
In the Accessibility Checker Options dialog, review the settings and click Start Checking.
Best practiceFor a thorough check, ensure all checkboxes are selected before starting the check.
Review the results displayed in the Accessibility Checker panel on the left side of the screen.
You can right-click in the Navigation Pane to show the Accessibility tags panel for more detailed tag inspection.
This runs in the Acrobat app - there is no separate API for this task.
| Feature | PDF/UA | WCAG |
|---|---|---|
| What it is | A specific standard for accessible PDF documents. | General guidelines for web content accessibility across all technologies. |
| Focus | Ensures the PDF itself is structured correctly for accessibility. | Ensures the information is accessible, regardless of the technology used. |
| When to use | Often required for government or regulated documents. | A broader standard for digital content, including PDFs. |
Fixing accessibility in the source document, like a Word file, is much more efficient. When you export an accessible source file to PDF, it often keeps its tags and structure. This saves a lot of time and effort compared to fixing an untagged PDF later, which can be very time-consuming and complex.
Fixing reading order means making sure the text and images in your PDF are read in the correct sequence by screen readers. If the reading order is wrong, a screen reader might jump around the page, making the document confusing for users with visual impairments.
No, the 'Accessibility Checker' identifies problems but does not fix everything automatically. It flags issues like missing alt text, incorrect tab order, or wrong heading levels. You must then manually go through the flagged items and correct them. The checker is a guide, not an automatic repair tool.