What is PDF/UA? The accessible PDF standard explained
Table of contents
Digital documents have become the backbone of how organizations share information. Contracts, invoices, government forms, medical records, and instruction manuals — a large portion of the documents any of us interact with on a given day are PDFs. And as the format has grown in reach and importance, so too has the recognition that it needs to work for everyone, including people who rely on assistive technology to read and interact with digital content.
This is where PDF/UA comes in. PDF/UA stands for PDF/Universal Accessibility, and it’s an ISO standard(opens in a new tab) for accessible PDF documents, published and maintained by the International Organization for Standardization (ISO) in collaboration with the PDF Association(opens in a new tab). Its goal is to define what a PDF file needs to contain so that people using screen readers, magnifiers, braille displays, and voice control can read and interact with it on equal terms. In other words, PDF/UA says a PDF can’t only look correct on screen; it also has to expose its structure, reading order, language, and meaning in a way software can interpret.
This post will take a closer look at what PDF/UA is, what the standard actually requires, how it relates to other accessibility guidelines and regulations, and how to know whether a given PDF meets its criteria.
PDF/UA at a glance
Before going deeper, here’s a quick overview of the basics:
- Name — PDF/UA (PDF/Universal Accessibility)
- Standard — ISO 14289
- Current parts — PDF/UA-1(opens in a new tab) (ISO 14289-1:2014, based on PDF 1.7) and PDF/UA-2(opens in a new tab) (ISO 14289-2:2024, aligned with PDF 2.0)
- Core idea — A PDF file must carry structural and semantic information — known as a tagged PDF — so assistive technology can understand it.
- What it isn’t — A guarantee of legal compliance, a replacement for manual review, or the same thing as WCAG.
What does PDF/UA stand for?
PDF/UA stands for Portable Document Format/Universal Accessibility. It’s the short form used throughout ISO 14289 and in most accessibility tooling.
A brief history of PDF/UA
To understand PDF/UA, it helps to look at how it came to be. PDF itself became an open ISO standard(opens in a new tab) in 2008 as ISO 32000-1, which codified PDF 1.7. That was the file format. Accessibility came shortly after:
- ISO 14289-1:2012 — The first edition of PDF/UA-1, and the initial accessibility standard for PDF.
- ISO 14289-1:2014 — The revised edition, and the version most validators still target today.
- ISO 14289-2:2024 — PDF/UA-2, aligned with PDF 2.0 (ISO 32000-2). It updates the requirements to reflect modern authoring and newer PDF features.
PDF/UA didn’t come out of nowhere. It was built on years of work around tagged PDFs in Adobe’s own specifications and on input from accessibility advocates who needed a single, testable standard for what an accessible PDF looks like.
How PDF/UA works: tagged PDFs
The mechanism behind PDF/UA is something called a tagged PDF(opens in a new tab). An untagged PDF is, as far as software is concerned, a collection of glyphs positioned on a page. A screen reader can try to guess what’s a heading, what’s a paragraph, and what order to read things in, but at the end of the day, it’s still guesswork.
A tagged PDF, on the other hand, adds a separate structure tree to a file. Each piece of content — whether it’s a heading, a paragraph, a list item, a table cell, or a figure — is labeled with a tag that describes what it is. A tagged PDF also records:
- A logical reading order, independent of where things sit on the page.
- Alternate text for images and other non-text content that carries meaning.
- Decorative elements marked as artifacts, so assistive technology can ignore them.
- Language metadata at the document and span level.
- Table structure that distinguishes header cells from data cells.
- Form field labels, descriptions, and tab order.
- Unicode mappings, so selected or spoken text matches the visible glyphs.
PDF/UA turns tagging from a nice-to-have into a requirement, and it adds conformance rules that describe exactly what has to be present and what must be avoided.
Standard PDF vs. PDF/UA
The following table shows the practical differences between a typical PDF file and one that conforms to PDF/UA. The comparison is feature-level, and not a comparison between standards.
| Feature | Standard PDF | PDF/UA |
|---|---|---|
| Tag tree | Optional and often absent | Required, and must describe every piece of real content |
| Reading order | Inferred from visual layout | Defined explicitly in the structure tree |
| Alternate text | Not required for images | Required for every meaningful non-text element |
| Table semantics | No machine-readable header or cell relationships | Table, row, header, and data cell roles must be tagged |
| Keyboard navigation for forms | Not guaranteed | Required, with a logical tab order and labeled fields |
| Screen reader output | Depends on how the file was authored | Predictable across conformant readers |
| Conformance identifier | None | pdfuaid:part entry in XMP metadata |
What PDF/UA actually requires
The full standard is dense, but the practical requirements fall into a handful of categories: document-level requirements, content structure, meaningful non-text content, tables, forms, and navigation.
Document-level requirements
- The document must be tagged.
- It must declare a primary language (for example,
en-US). - It must have a title in the metadata, and that title should be shown in place of the file name when a viewer displays it.
- Encryption must not block assistive technology from reading the content.
Content structure
- Headings, paragraphs, lists, tables, and figures must be identified with the correct structural tags.
- Headings need to reflect the real hierarchy of the document. Don’t skip heading levels for visual effect.
- Reading order must be logical, not based on the physical position of content on the page.
Meaningful non-text content
- Figures, charts, and icons that convey meaning need alternate text or another accessible description.
- Purely decorative content must be marked as an artifact so it isn’t announced.
Tables
- Tables need real row and column structure.
- Header cells must be distinguishable from data cells.
- Complex tables need scope or header associations so cells can be read in context.
Forms
- Interactive form fields must have labels and, where useful, tooltips or descriptions.
- Focus order must make sense to someone using only a keyboard or screen reader.
Navigation
- Links and cross-references must use real PDF structures rather than visual imitations.
- Bookmarks (the document outline) need to mirror the heading structure when present.
For a complete and testable list of the ways a file can fail PDF/UA-1, the PDF Association publishes the Matterhorn Protocol(opens in a new tab), a reference document that catalogs every failure condition in the standard. Validators use it as the basis for automated checks.
What PDF/UA isn’t
Just as important as knowing what PDF/UA covers is knowing what it doesn’t, because there are a lot of misunderstandings in this space, and those misunderstandings often lead to wasted effort and false assurance.
PDF/UA isn’t WCAG. The Web Content Accessibility Guidelines(opens in a new tab) cover digital content broadly, including websites, applications, and documents delivered online. PDF/UA, on the other hand, covers the PDF file format specifically. The two overlap in spirit, but they aren’t interchangeable, and passing one doesn’t mean you’ve met the other.
PDF/UA isn’t legal compliance. Regulations like the European Accessibility Act(opens in a new tab) and Title II of the Americans with Disabilities Act (ADA)(opens in a new tab) cite WCAG, procurement standards, and general accessibility requirements. PDF/UA is a strong technical control inside those frameworks, but no regulator is going to say “ship a PDF/UA file and you’re done.”
PDF/UA isn’t automatic. A file exported from Word or generated by a converter may or may not conform, even if the authoring tool claims PDF/UA support. Tags can be missing, wrong, or logically broken, and reading order often drifts after layout-heavy conversions.
PDF/UA isn’t the whole accessibility story. A PDF/UA-conformant file can still be hard to use if the alternate text is vague, the source content is poorly structured, or the viewer renders it in a way that strips the tags. As a result, manual review is part of any credible process.
Is PDF/UA the same as WCAG?
No. WCAG applies to web content and covers a broader set of success criteria, including color contrast and time-based media. PDF/UA applies specifically to PDF files and defines the file-format requirements needed to make a PDF accessible. A PDF can meet PDF/UA and still fail WCAG on contrast or non-PDF considerations, and a webpage can meet WCAG without any bearing on PDF/UA. The two are complementary rather than interchangeable.
PDF/UA and accessibility law
PDF/UA matters more today than it did even five years ago, in large part because accessibility regulation has finally caught up with digital documents. Here’s a quick look at some of the most relevant rules:
- European Accessibility Act (EAA). Enforced from June 2025, the EAA applies to businesses with more than 10 employees or more than €2 million in revenue that sell certain products and services into the EU. Accessible documents are part of the scope for a wide range of organizations, including banks, e-commerce, and transport.
- EN 301 549. The European standard for accessible information and communication technology (ICT) procurement references WCAG, and accessible PDFs are a recurring expectation in tenders and audits.
- ADA Title II (US). Updated rules require state and local governments to make digital content, including PDFs, conform to WCAG 2.1 Level AA. Compliance deadlines are tiered by entity size, with larger public entities already in scope and smaller ones following on a staggered timeline.
- Section 508 (US). Federal agencies and their suppliers have to follow Section 508, which adopts WCAG 2.0 Level AA and addresses PDFs as part of electronic content.
Across all of these, PDF/UA is the practical technical target for the document layer. When a procurement team asks for “accessible PDFs,” it usually means files that meet PDF/UA-1 and pass validation, alongside a manual review.
How to tell whether a PDF is PDF/UA conformant
A common misconception is that a file is automatically PDF/UA conformant because it was exported from software that advertises the feature. Unfortunately, that’s not how it works. To actually confirm conformance, validation happens in three layers.
Automated validation
Open source and commercial validators check a file against the PDF/UA specification and the Matterhorn Protocol. The most widely used is veraPDF(opens in a new tab), an open source conformance checker supported by the PDF Association. Another common option is PAC(opens in a new tab) (PDF Accessibility Checker), which is developed by Access for All and reports findings against both PDF/UA and WCAG. Nutrient’s own PDF/UA validator is also coming soon, giving teams that already use Nutrient for tagging and remediation a way to validate in the same workflow.
Automated tools are great at catching the mechanical failures: missing tags, absent titles, language not set, broken tables, and incorrect artifacts. However, they can’t tell you whether the tags describe the document truthfully, which is why manual review is also part of the process.
Manual review
For the issues validators cannot catch, a reviewer — ideally someone who uses assistive technology in their day-to-day work — checks the things that require human judgment:
- Does the reading order reflect how a human would read the document?
- Are heading levels used to describe structure, not to style text?
- Is alternate text informative, or is it a placeholder such as “image”?
- Are complex tables comprehensible when read cell by cell?
- Can a form be completed with only a keyboard?
Delivery review
Finally, if the PDF is consumed inside an application or browser, the viewer has to preserve accessibility too. A tagged PDF rendered by an inaccessible viewer is still an inaccessible reading experience. Keyboard focus, color contrast, and semantic rendering all live at the delivery layer, which means the viewing experience matters just as much as the document itself.
PDF/UA-1 vs. PDF/UA-2
Because there are two current parts of the standard, it’s worth understanding how they differ. PDF/UA-1 is still the target most teams work toward, since both tooling and regulators reference it. PDF/UA-2, meanwhile, is the future-facing version, and it matters for a few reasons:
- It’s built on PDF 2.0, which updates and clarifies many parts of the format.
- It tightens some requirements and uses a more consistent tag set.
- It removes ambiguities that made PDF/UA-1 hard to implement at the edges.
For now, most organizations treat PDF/UA-1 as the production target through 2026 and watch PDF/UA-2 adoption as validators and authoring tools catch up. If you have the choice, producing files that meet both is a safer bet than targeting only one.
How PDF/UA fits with related standards
Something that trips people up when they’re first learning about PDF/UA is the sheer number of acronyms that come up alongside it. Here’s how some of the most common ones line up:
| Standard | What it covers | How it relates to PDF/UA |
|---|---|---|
| PDF/UA (ISO 14289) | Accessibility requirements for PDF files | The standard this post is about |
| PDF (ISO 32000) | The PDF file format itself | PDF/UA layers accessibility rules on top of it |
| PDF/A (ISO 19005) | Long-term archiving of PDF | Orthogonal; a file can be both PDF/A and PDF/UA, with some caveats |
| WCAG (W3C) | Accessibility guidelines for web and digital content | Broader scope; regulators often cite WCAG, and PDF/UA helps satisfy the document-level pieces |
| EN 301 549 | European accessibility requirements for ICT procurement | References WCAG and applies to accessible documents in tenders |
| Section 508 | US federal procurement accessibility rules | Adopts WCAG 2.0 Level AA; accessible PDFs are part of electronic content |
| ADA | US civil rights law, applied to digital accessibility through enforcement and rules | Accessible PDFs, including PDF/UA-level work, are part of risk reduction |
Put another way, PDF/UA is the document-format answer, while WCAG and regulatory frameworks set the broader bar that organizations are measured against.
How accessible PDFs actually get produced
Of course, understanding what PDF/UA is only gets you so far; at some point, you also need to know how to produce files that meet the standard. In our experience, most teams go through some mix of the following steps:
- Author with structure. Use real headings, real lists, real tables, and descriptive link text in the source file. Good structure upstream is the biggest single lever.
- Convert with tagging enabled. When exporting from Word, InDesign, or a server-side converter, make sure tags and language metadata come through. Check the result. Don’t trust the checkbox.
- OCR scanned content. An image of text isn’t accessible. Scanned PDFs need an accurate text layer before tagging is useful.
- Auto-tag or remediate. For libraries of legacy PDFs, manual remediation per file is slow and expensive. Server-side auto-tagging applies structure, reading order, and alternate text at scale. Then it flags exceptions for human review.
- Validate. Run veraPDF or a comparable checker. Address every reported failure.
- Review manually. Especially for complex tables, form flows, and documents with a lot of figures.
- Deliver through an accessible viewer. If end users open the PDF inside your application, the viewing layer has to render tagged content as semantic HTML and support keyboard and screen reader navigation.
Conclusion
Accessibility in digital documents is no longer a nice-to-have — it’s a baseline expectation, and one that’s increasingly backed up by regulation on both sides of the Atlantic. PDF/UA gives teams a concrete, testable way to answer the question of what an accessible PDF actually looks like, and it’s the standard most procurement teams, auditors, and accessibility advocates refer to when they ask for one.
That said, PDF/UA is one piece of the puzzle. It works best alongside good authoring practices, manual review, and an accessible delivery experience. When those pieces come together, the result is documents that more people can actually read and use.
Further reading
If you want to go deeper after this post, here are a few good next stops:
- The PDF Association distributes PDF/UA-1(opens in a new tab) at no cost through its PDF/UA bundle, and ISO sells the full text of PDF/UA-2(opens in a new tab).
- Our PDF/UA compliance guide walks through a working checklist tied to implementation — what to look for in source content, conversion, remediation, and delivery.
- For a broader view of how the document standard and our product capabilities line up, the PDF/UA readiness overview is a good place to start.
And if the job in front of you is converting or auto-tagging documents at scale, we have a few different paths depending on where processing happens:
- Use Nutrient Java SDK, .NET SDK, or Python SDK to convert Word documents, PDFs, and other sources to PDF/UA inside your own infrastructure. For step-by-step guides, see converting PDFs to PDF/UA in Java and Python, or converting Word documents to PDF/UA in Java and Python.
- Use Nutrient Document Engine, either self-hosted or Nutrient-managed, for document processing that includes PDF/UA output as part of a broader pipeline.
- Use our Accessibility API, a managed cloud endpoint, to send a PDF and get a tagged PDF/UA file back.
- Use Nutrient Web SDK accessibility features for accessible viewing in the browser, including keyboard navigation, semantic HTML rendering, and WCAG 2.2-aligned color contrast.
To see everything in action, or to talk through your specific use case with someone on our team, get in touch.
FAQ
PDF/UA stands for Portable Document Format/Universal Accessibility. It’s published as ISO 14289 and specifies the technical requirements a PDF must meet to be considered accessible to people who use assistive technologies.
Calling a PDF “UA” is shorthand for saying the file conforms to PDF/UA (ISO 14289). In practice, that means the document is tagged, has a logical reading order, includes alternate text for meaningful images, exposes table structure, and carries the PDF/UA metadata identifier. A file described as “UA” without those characteristics is being mislabeled.
A standard PDF preserves visual layout but carries no structural information about headings, reading order, or image meaning. A PDF/UA file adds a tag tree, explicit reading order, alternate text for non-text content, and metadata that identifies it as PDF/UA conformant. Screen readers and other assistive technologies can navigate a PDF/UA file reliably, whereas a standard PDF may be partly or completely unusable for the same readers.
PDF/A and PDF/UA solve different problems. PDF/A (ISO 19005) is an archival standard designed to keep a document visually and functionally stable for decades, with embedded fonts and no external dependencies. PDF/UA (ISO 14289) is an accessibility standard that requires tagged structure, reading order, and alternate text so the document works for assistive technologies. A single file can conform to both at once — that’s what a PDF/A-2a or PDF/A-3a file with full PDF/UA tagging looks like — but each standard can also be met on its own.
A PDF/UA identifier is an XMP metadata entry in the document catalog that declares which part of ISO 14289 the file claims to conform to. The identifier for PDF/UA-1 is pdfuaid:part=1, and for PDF/UA-2 it’s pdfuaid:part=2. Validators such as veraPDF and PAC check for this identifier before running conformance tests. If it’s missing, the file can’t be treated as PDF/UA, even if the content itself meets every requirement in the standard.
PDF/UA isn’t named in law, but it’s the practical way to meet laws that do require accessible PDFs. Section 508 in the United States, the European Accessibility Act and EN 301 549 in Europe, and ADA Title II for state and local government web content all require PDF documents to be accessible to assistive technologies. Conformance with PDF/UA is the accepted technical path to satisfy those requirements for PDF files.
A PDF becomes PDF/UA compliant when it carries a tag tree that describes every piece of real content, an explicit reading order, alternate text for meaningful images, tagged table structure, keyboard-accessible form fields, and the pdfuaid:part identifier in XMP metadata. In practice, this is done either by authoring from an accessible source (structured Word, HTML, or InDesign) through a tagged export, by auto-tagging an existing PDF with a tool that produces PDF/UA output, or by remediating a tagged PDF manually. Validation with veraPDF or PAC confirms the result.