Home › Blog › PDF/UA vs Tagged PDF
FundamentalsPDF/UA vs Tagged PDF: What's the Difference?
"Don't worry, the PDF is already tagged." It's the single most common thing we hear — and the single most common accessibility misconception. Tagging is necessary, but it is nowhere near sufficient. Here's the difference, clearly.
What a tagged PDF actually is
A tagged PDF contains an invisible layer of structural markup — a tag tree that labels content as headings, paragraphs, lists, tables, links and so on. Assistive technology uses this tree to understand and navigate the document. Without any tags, a screen reader is essentially guessing.
So tags matter. The problem is that "has tags" tells you nothing about whether those tags are correct. Export a messy Word file to PDF and you'll get tags — frequently wrong ones.
Why tagged ≠ accessible
A PDF can be fully tagged and still be unusable. Common failures we find in "already tagged" documents:
- Headings tagged as plain paragraphs (so there's no document outline to navigate)
- Reading order that follows the layout's creation order, not the logical order
- Images tagged but with no alt text — announced only as "graphic"
- Tables without header cells, so a screen reader can't say which column a value belongs to
- Decorative elements left in the tag tree, cluttering the experience
- No document title or language set, so the reader mispronounces everything
What PDF/UA requires
PDF/UA (ISO 14289-1) is the standard that defines a genuinely accessible PDF. It goes well beyond the presence of tags:
| Tagged PDF | PDF/UA-compliant PDF |
|---|---|
| Has a tag tree (quality unknown) | Tags are present and correct |
| Reading order may be wrong | Logical reading order, verified |
| Images may lack alt text | Every informative image described; decoration marked as artifact |
| Tables may have no structure | Header cells, scope and associations set |
| Metadata often missing | Title, language and document info set |
| Not validated | Passes a formal validator (PAC 2024) |
How to check yours
Run the document through a PDF/UA validator such as PAC 2024, and listen to it in a real screen reader (NVDA is free). Automated tools catch the structural failures; only a person can judge whether the reading order makes sense and whether the alt text is actually meaningful rather than just present. That human step is the difference between passing a checkbox and being usable.
Our free checker gives you an instant preliminary read on the basics — tags, title, language, bookmarks and more — in seconds.
Is your "tagged" PDF actually accessible?
Find out in under a minute — free, no signup.
Run the free check →