Your 2026 PDF Accessibility Checklist: A Complete Guide
Sidharth Nayyar

Nearly 95% of PDFs were inaccessible in a major 2025 to 2026 benchmark that reviewed more than 15 million pages against WCAG 2.2 standards, which makes PDF accessibility a scale problem, not a side project, according to the benchmark on PDF Accessibility Index findings. That matters because PDFs still carry forms, reports, contracts, and public-sector documents, so one broken template can keep creating the same barrier across thousands of files.
A practical pdf accessibility checklist has to do more than name rules. It needs to connect standards like PDF/UA, WCAG 2.1 AA, Section 508, and EN 301 549 Chapter 10 to the actual work teams do in Word, InDesign, and Acrobat Pro. Under federal accessibility guidance, PDFs count as part of a site or system's accessible content, which is why organizations treat them as compliance artifacts, not just static attachments, according to the U.S. Access Board's Section 508 PDF guidance.
The fastest path is also the most reliable one. Start in the source file, export with structure intact, repair what export breaks, then verify with both automated tools and screen readers. If you need a related legal workflow reference, see how to redact PDFs for law firms, because remediation and redaction often sit in the same publishing pipeline.
1. Implement Tagged PDF Structure with Proper Heading Hierarchy
Tagged PDFs give assistive technology a semantic map, and without that map, a document is only a visual layout frozen into a file. The structure work spans semantic tagging, logical reading order, alternate text, table structure, keyboard-accessible form fields, document language and title metadata, color contrast, and final testing with automation plus assistive technology, as summarized in Deque's PDF accessibility checklist. A useful starting point is tagged PDFs for screen readers, because that is where the reading experience becomes testable instead of assumed.
A heading hierarchy does the heavy lifting. If a report uses H1, H2, H3 correctly, a screen reader user can jump by section, and a cognitive-accessibility user can understand how the document is organized without reading every line. That structure also gives remediation teams a clear standard to check against WCAG and PDF/UA expectations before a file is published.
Practical rule: if the text looks like a heading but isn't tagged as one, it is decoration, not structure.
The cleanest workflow starts in Word with Heading styles, not bold text or larger fonts. In InDesign, the same principle applies, the source structure has to be real before export, or the PDF tag tree becomes harder to repair later. If the source file is gone, Acrobat Pro's Tag Tree Editor becomes the repair tool of record, and the Accessibility Checker helps flag issues like tags that are out of reading order or headings that were never mapped correctly. For verification, NVDA and JAWS let you press H to move through headings and confirm that the structure feels logical to a real user.
The most common failure I see is teams fixing a PDF visually while leaving the tag tree messy. That file may look polished in Acrobat, but it still breaks the experience for someone who depends on headings to move through the document. If the structure does not work in the tag tree, the PDF is not accessible in practice.
A document with a clear hierarchy also makes later remediation faster. Teams that maintain a consistent heading model can spot skipped levels, repeated section labels, and stray paragraphs that were styled like headings but tagged as plain text. That matters in long reports and multi-author files, where structure drift usually starts in the source and gets worse after export.
SigOS roadmap format insights help make that workflow easier to explain to stakeholders, because accessibility is easier to maintain when the publishing process is mapped like a working roadmap, not treated as a one-time cleanup.

2. Add Descriptive Alt Text and Figure Tags for All Images
Images aren't accessible just because they're visible. Every meaningful chart, photo, icon, and infographic needs alternate text, and the object itself needs to be tagged as a Figure so a screen reader can find it in the structure tree. That supports WCAG 2.1 AA 1.1.1 Non-text Content and the document-model expectations in PDF accessibility guidance.
Good alt text in a PDF often has to do more than web alt text. A report chart may need a description that explains the trend and the takeaway, because the image is there to support a decision, not just to decorate the page.
Write for purpose, not for pixels
Describe what the image shows and why it matters in context. For most simple visuals, a short description is enough, while complex diagrams often work better with a longer description or an adjacent accessible data table. Decorative images should be marked as background or null so they don't clutter the reading experience for screen reader users.
Acrobat Pro can handle a lot of this during remediation. Use TouchUp Reading Order to select the image, then add or edit alt text through the object properties. If you're dealing with high-volume files, AI tools can speed up the first pass, and WebAbility.io's alt text generator AI is one example of a tool that helps teams draft descriptions faster before human review.
A useful sanity check is simple. Ask whether someone who can't see the image would still understand the point of the page after hearing the alt text once. If the answer is no, the description is too thin.

3. Structure Tables with Proper Headers and Scope Attributes
Tables are where many otherwise decent PDFs fall apart. A table that looks readable to sighted users can be almost impossible to use with a screen reader if the headers aren't marked up correctly, because the assistive tech can't reliably announce the relationship between cells.
The fix starts before Acrobat. In Word or InDesign, use native table tools and designate header rows in the source file. Once the PDF is exported, Acrobat Pro's Table Editor lets you mark header rows and columns and set Scope as Row, Column, or Both when a corner cell governs more than one direction.
A table with multi-level headers needs extra care. Financial reports, government statistics, and healthcare summaries often use grouped labels that make sense visually but collapse into confusion if the scope is wrong. That is why the table tree and header associations matter as much as the visual layout.
WebAbility.io's table compliance guide is useful for teams that want a more detailed walkthrough of how table structure intersects with accessibility review.
Screen readers don't guess your intent. They follow tags, scope, and header relationships.
For QA, the Accessibility Checker can point out untagged or improperly scoped tables, but don't stop at the report. Test the table with JAWS or NVDA and move cell by cell. If the reader doesn't announce the correct header when you land on a data cell, the structure still needs work.
For complex tables, a narrative summary or linked data file can be the better user experience. That's especially true when the table is dense, wide, or full of merged cells that become tedious to process line by line.
4. Label and Tag All Form Fields with Associated Text and Tooltips
Forms are only accessible when people can understand what each field does before they interact with it. In PDF remediation, that means every input needs a visible label, a proper tag, and in many cases a tooltip that clarifies required fields, format rules, or error expectations.
The source file again matters. If you build a form in Word or InDesign with clear labels and logical field order, the exported PDF has a much better chance of staying usable. Once you're in Acrobat Pro, open the field properties, check the Tags panel, and confirm that each field is associated with the right label and announced properly by assistive tech.
What usually breaks fillable PDFs
The biggest failures are unlabeled text boxes, checkboxes that don't announce their purpose, and radio groups that lose their shared question text. Another common issue is relying on placeholder text alone, which disappears once a user starts typing and often isn't enough context for a screen reader.
Add tooltips for complex fields through Properties > General > Tooltip in Acrobat Pro. That's where you can clarify instructions such as required format, date expectations, or validation rules. Mark required fields visibly, and don't assume the user will infer the rule from asterisks or color alone.
If the form is high-stakes, like benefits intake or insurance claims, consider whether PDF is the best format at all. HTML forms often provide a cleaner keyboard and screen reader experience, and they reduce the amount of remediation work needed later.
Test the final form by tabbing through it with NVDA or JAWS. If the screen reader doesn't announce the label, field type, and any tooltip context in a usable way, the user will feel lost long before submission.
5. Establish Correct Reading Order and Reflow for Complex Layouts
Reading order is the sequence a screen reader follows, and it often has little to do with how the page looks. Multi-column layouts, sidebars, pull quotes, and footnotes are the usual culprits, because they can make a document sound jumbled even when the visual design looks polished.
Acrobat Pro gives you two tools that matter here, Reading Order and TouchUp Reading Order. Use them to inspect the current sequence, identify content blocks, and move items into the right logical path. The Tag Tree Editor helps when the issue is structural rather than visual, which is common in heavily designed brochures and academic papers.
If the content sounds wrong in a screen reader, the layout is wrong for accessibility, no matter how elegant it looks on the page.
A good check is to read the document aloud in the order the tags present it. If a sidebar summary interrupts a paragraph halfway through, or footnotes appear before the body text that references them, the sequence needs repair. Screen reader testing with VoiceOver, NVDA, or JAWS confirms whether the user experience matches the intended narrative.
For complex PDFs, create a reading guide or simplified version if the design is doing too much work. Highly visual content sometimes belongs in accessible HTML, where reflow and focus order are easier to control. The point isn't to punish design, it's to preserve comprehension.
The Massachusetts PDF document accessibility testing checklist recommends a staged workflow, first automated tests, then manual visible-content review, then manual document-properties review, and finally pre-publication checks, which fits how reading order issues are best found in practice. Massachusetts PDF testing guidance is especially useful for teams that want a repeatable QA sequence.
6. Set Document Language, Titles, and Metadata
Language and metadata sound minor until a screen reader announces the wrong pronunciation or a user opens a file with a generic title. Then the problem becomes obvious. A PDF needs a declared primary language, a meaningful Title, and enough metadata for the file to be understandable when it shows up in tabs, search results, and document lists.
In Acrobat Pro, set the primary language through File > Properties > Advanced, then fill out the Description panel with the title, author, subject, and keywords. That metadata isn't just administrative clutter, it helps the document announce itself properly and supports WCAG expectations around page titles and language of page.
Inline language changes matter too. If a report includes Spanish, French, or quoted foreign-language text, mark those spans so assistive tech switches pronunciation correctly. Without that, users hear mispronounced words and lose confidence in the document's quality.
Make titles specific enough to survive a folder full of files
A meaningful title should tell the user what the file is. Generic filenames like “final.pdf” or “document1.pdf” are a bad experience for everyone, especially when the file sits alongside dozens of others in a shared drive or content management system.
Governments and universities often run into this in multilingual materials. A primary-language declaration plus inline language tagging prevents awkward speech output and makes the file easier to maintain over time. If you document those decisions in your remediation notes, future updates become much easier to handle.
A screen reader user notices the title first. If that field is vague, the rest of the document starts with friction.
7. Add Bookmarks for Navigation in Long Documents
Bookmarks are the fast lane for long PDFs. They sit in the sidebar and let keyboard and screen reader users jump straight to chapters, appendices, and tables without paging through an entire document line by line.
They work best when the bookmark tree mirrors the heading hierarchy. If H1 is the document root, H2 should sit under it, and H3 should nest where it belongs. That consistency makes long reports, technical manuals, and dissertations much easier to use, especially when the document runs long enough that users need multiple entry points.
Build bookmarks from structure, not from memory
Acrobat can generate bookmarks from tags when the structure is solid. That is far better than hand-building a random bookmark list after the fact, because the bookmarks stay aligned with the semantic outline. For massive documents, splitting the file into manageable parts can also improve usability and reduce navigation fatigue.
Long government reports are a good example. A reader may want to jump from the executive summary to a data table, then to an appendix, and bookmarks make that possible without losing the thread. The same applies to technical manuals and academic theses where users constantly move between references and supporting sections.
A bookmark tree should never fight the heading tree. If the two don't match, users will waste time or land in the wrong place.
For navigation-heavy documents, a separate accessible table of contents can also help. That gives people another path into the file when the document architecture is too dense for one interface element to do all the work.
8. Start with Source-File Accessibility in Word, InDesign, and Google Docs
The easiest PDF to remediate is the one that was structured correctly before export. If the source file has real headings, actual lists, tagged tables, alt text, and metadata, the PDF export process has a chance to preserve that accessibility instead of forcing a cleanup project later.
Word is usually the simplest place to start. Use Heading styles, insert alt text for images, run Word's Accessibility Checker, and export as PDF rather than using Print to PDF, which can strip the tags that screen readers need. InDesign supports a similar source-first approach when teams tag objects, set alt text, and export with Create Tagged PDF and Create PDF/UA-1 options.
Google Docs can also work if teams are disciplined. Apply heading styles, add alt text where the platform allows it, and export with structure intact. The file won't always be perfect, but it will usually require less Acrobat repair than a visually formatted document that was built without semantic structure.
Accessibility belongs in the authoring template, not only in the remediation queue.
That's why templates matter so much for high-volume publishing. Corporate policy documents, academic handbooks, and agency forms are all easier to maintain when accessibility lives in the master file. Teams can also use Word add-ins and InDesign scripts to standardize repetitive tasks, which is where automation starts to pay off.
The benchmark on more than 15 million pages also points to a new reality, teams are measuring PDFs at scale rather than by spot checks, which makes source-file discipline even more important for large document libraries as noted earlier.
9. Verify Accessibility with PAC, Acrobat Checker, and Assistive Technology Testing
Verification is where compliance becomes real. Automated scanners catch structural problems quickly, but they don't prove that a human can use the file. That's why a solid process combines PAC 2024, Acrobat's built-in Accessibility Checker, manual tag review, and at least one screen reader such as NVDA, VoiceOver, or JAWS.
The practical sequence matters. Run the automated checker first, fix the obvious issues, inspect the tag tree and reading order next, then do a real-user spot check with assistive technology. Washington's testing guidance and Adobe's workflow advice both point toward this layered approach, because a checker can flag missing tags, but it can't reliably prove usability or announce every reading-order issue in context.
How to fix PDF accessibility errors is a useful reference for teams that want a remediation-friendly checker workflow.
Don't stop at green checkmarks
A clean report doesn't mean the file is usable. You still need to hear the document the way a screen reader user will hear it, especially on forms, tables, and complex layouts. That is where hidden issues show up, like a label that exists but isn't exposed well enough, or a table that technically has tags but still reads awkwardly.
Document your testing results and remediation steps. That record helps with internal governance, future updates, and audit readiness. It also makes recurring document families easier to maintain, because the team can see which templates keep generating problems.
For large estates, re-verification should be periodic and tied to publishing cycles. When documents change, accessibility needs another pass. That's not extra work, it's the difference between a one-time fix and an accessible workflow.
PDF Accessibility: 9-Item Comparison
| Technique | Implementation complexity | Resource requirements | Expected outcomes | Ideal use cases | Key advantages |
|---|---|---|---|---|---|
| Implement Tagged PDF Structure with Proper Heading Hierarchy | Moderate–High: straightforward from well-styled source; time-consuming for legacy PDFs | Acrobat Pro (Tag Tree Editor), PAC, source file control, remediation time/expertise | Semantic document outline; foundational PDF/UA & WCAG compliance; improved navigation | Government, academic, financial, any multi-section documents | Strong screen reader navigation; reduces cognitive load; foundation for other fixes |
| Add Descriptive Alt Text and Figure Tags for All Images | Low–Medium per image; scales poorly for very image-heavy docs | Acrobat (TouchUp/Properties), editorial skill, optional AI tools for bulk suggestions | Images become perceivable via screen readers; meets non-text content requirements | Medical journals, data reports, e-learning, infographics | Makes visual information accessible; improves searchability and comprehension |
| Structure Tables with Proper Headers and Scope Attributes | Medium; higher for complex multi-level tables | Acrobat Table Editor, tester expertise, possible source-file fixes | Screen readers announce correct header/cell relationships; better data comprehension | Financial reports, government statistics, healthcare tables | Accurate table navigation; reduces user confusion and cognitive load |
| Label and Tag All Form Fields with Associated Text and Tooltips | Medium–High for complex or conditional forms | Acrobat form tagging, manual tooltip entry, testing with assistive tech | Forms usable by blind/low-vision users; fewer errors and abandonment | Government applications, insurance claims, surveys | Enables independent form completion; improves usability and compliance |
| Establish Correct Reading Order and Reflow for Complex Layouts | High for highly visual/multi-column PDFs | Acrobat Reading Order/Tag Tree, manual reflow effort, assistive-tech testing | Logical reading sequence for screen readers; preserves document meaning | Magazines, brochures, academic journals, marketing collateral | Restores intended content flow; improves comprehension for assistive users |
| Set Document Language, Titles, and Metadata | Low; usually quick to apply | Acrobat Document Properties, knowledge of language codes, occasional tag edits | Correct pronunciation, clear title announcement, better discoverability | Multilingual guides, academic papers, government publications | Easy, high-impact: improves screen reader output and SEO |
| Add Bookmarks for Navigation in Long Documents | Low–Medium: quick if tags are present; manual for others | Acrobat Bookmarks panel, ongoing maintenance when updating docs | Rapid navigation for keyboard and assistive tech users; TOC-like access | Long reports, manuals, theses, technical documentation | Fast navigation; can be auto-generated from tags; improves usability |
| Start with Source-File Accessibility: Word, InDesign, Google Docs Export | Low–Medium initial effort to set up templates and training | Authoring tools (Word/InDesign/Google Docs), templates, training, export settings | Tagged, structured PDFs with minimal remediation; scalable workflow | High-volume publishing, corporate docs, academic presses | Reduces remediation cost/time; creates repeatable accessible output |
| Verify Accessibility with PAC, Acrobat Checker, and Assistive Technology Testing | Medium: layered process combining automated and manual checks | PAC 2024, Acrobat Checker, NVDA/JAWS/VoiceOver, manual testers | Comprehensive QA: automated detection plus real-world usability validation | Final QA before publishing, compliance audits, periodic reviews | Catches contextual issues automated tools miss; documents compliance evidence |
From Checklist to Compliance
Achieving PDF accessibility is a process, not a one-time cleanup task. The most reliable teams start with accessible source files, export with structure intact, repair only what needs repair, and verify every file with both automation and assistive technology. That workflow lines up with the standards that matter most, including PDF/UA, WCAG 2.1 AA, Section 508, and EN 301 549 Chapter 10, while keeping the document usable for real people.
The biggest mistake is treating the checklist as a one-off Acrobat exercise. A better approach is to build accessibility into templates, publishing rules, and QA gates so every author works from the same baseline. That's how legal teams, agencies, universities, and enterprise content groups reduce churn and avoid repeating the same remediation cycle on every revision.
For organizations managing many PDFs, monitoring matters as much as fixing. WebAbility.io fits that operational layer by supporting audits, monitoring, and governance workflows alongside broader accessibility work, which can help teams keep their document process aligned with the rest of their compliance program.
Ready to pressure-test your current files? Start with your highest-traffic forms, reports, and public documents, then work back to the source templates that created them. A structured accessibility audit will show you where your PDF workflow is already strong and where the hidden gaps are still costing you time.
WebAbility.io helps teams manage accessibility across websites and document workflows with audits, monitoring, and practical remediation support. If you want to connect this PDF checklist to a broader compliance program, visit WebAbility.io and review the tools and services that fit your publishing process.
Quick Questions
Tap to ask AI about this article







