Skip to main content
Category: Document Accessibility

PDF/UA

Also known as: PDF/UA, Portable Document Format/Universal Accessibility, ISO 14289, ISO 14289-1, PDF/UA-1
Simply put

PDF/UA is an international technical standard that defines how PDF documents should be built so they can be used by people who rely on assistive technology, such as screen readers. It focuses specifically on the structure, tagging, and reading experience of PDF files. Unlike broader accessibility guidelines, PDF/UA applies exclusively to the PDF file format.

Formal definition

PDF/UA (Portable Document Format/Universal Accessibility), published as ISO 14289 with PDF/UA-1 corresponding to ISO 14289-1, is a file-format-specific technical specification establishing terms and requirements for producing and processing accessible PDF documents. It targets developers of PDF writing and processing software as well as document authors, defining requirements for logical structure, tagging, and a document outline that matches the reading order and heading levels so that content is usable through assistive technology. PDF/UA is dedicated exclusively to the structure, tagging, and user experience requirements of PDF documents, distinguishing it from format-agnostic guidance such as WCAG. Note that this entry is not legal advice; conformance with PDF/UA is a technical objective and should be evaluated alongside applicable regulatory requirements, and organizations should consult current standards documentation and qualified counsel where compliance obligations apply.

Why it matters

PDF documents are among the most widely distributed file formats for reports, forms, statements, and official communications, yet a PDF that has not been properly structured can be effectively unusable for people who rely on screen readers or other assistive technology. PDF/UA matters because it provides the only formal, file-format-specific accessibility standard for PDFs, giving software developers and document authors a consistent technical target for how a PDF should be tagged, structured, and ordered so that its content can be navigated and understood through assistive technology.

Because PDF/UA is dedicated exclusively to the PDF format, it addresses details that broader, format-agnostic guidance does not spell out at the file level, such as a document outline that matches the reading order and heading levels. This specificity helps organizations that publish large volumes of PDFs establish repeatable production and quality-assurance processes rather than treating each document as a one-off. Distinguishing PDF/UA from WCAG is important: WCAG is generally cited as the benchmark for web content accessibility, while PDF/UA is often used as the technical reference for the PDF format itself, and the two are frequently discussed together rather than as substitutes.

It is important to be clear about what conformance does and does not achieve. Meeting a technical specification such as PDF/UA is a technical objective and does not by itself guarantee an accessible experience for every user, nor does it guarantee legal compliance under any particular authority. Automated checks can detect only a portion of potential issues, so manual review and testing with assistive technology remain necessary. This entry is not legal advice; where compliance obligations apply, organizations should consult current standards documentation and qualified legal counsel.

Who it's relevant to

Document authors and content teams
People who create PDFs from source documents such as reports, forms, and statements benefit from understanding PDF/UA requirements for logical structure, tagging, and reading order. Applying these practices helps ensure that content is usable through assistive technology, though authors should verify results with manual review rather than relying on automated checks alone.
Software developers
PDF/UA is explicitly intended for developers building PDF writing and processing software. It provides definitive terms and requirements so that tools can generate and interpret tagged, structured PDFs that assistive technology can navigate.
Accessibility and compliance professionals
Accessibility engineers, QA reviewers, and compliance officers can use PDF/UA as the file-format-specific technical reference for evaluating PDFs, often alongside broader guidance such as WCAG. They should treat conformance as a technical objective distinct from usability and from legal compliance, and confirm findings through manual and assistive technology testing.
Organizations publishing PDFs at scale
Agencies, financial institutions, educational institutions, and enterprises that distribute large volumes of PDFs can use PDF/UA to establish consistent, repeatable production and quality-assurance processes. Where specific accessibility obligations may apply, these organizations should consult current standards documentation and qualified legal counsel, as this entry is not legal advice.

Inside PDF/UA

PDF/UA (ISO 14289)
PDF/UA stands for PDF/Universal Accessibility, an ISO standard (ISO 14289) that specifies technical requirements for making PDF documents and PDF-based applications accessible. It defines how a compliant PDF should be structured so that assistive technologies can reliably interpret its content.
Tagged structure
PDF/UA requires a properly tagged document, meaning the logical structure (headings, paragraphs, lists, tables, and reading order) is expressed through structure tags so assistive technologies can navigate and convey content in a meaningful sequence.
Logical reading order
The standard emphasizes that the reading order presented to assistive technology should reflect the intended logical order of the content, independent of the visual placement of elements on the page.
Alternative text and semantic information
PDF/UA calls for meaningful alternative text for images and non-text content, and for semantic information (such as identifying artifacts versus real content) so that decorative and informational elements are handled appropriately.
Relationship to WCAG
PDF/UA is a format-specific technical standard for PDFs, while WCAG is a broader set of guidelines published by the W3C. The two are often referenced together, with PDF/UA providing PDF-specific requirements that support goals commonly associated with WCAG conformance.
Scope
PDF/UA addresses the technical accessibility characteristics of the PDF format itself and PDF-consuming and producing software; it is a technical specification rather than a law or regulation.

Common questions

Answers to the questions practitioners most commonly ask about PDF/UA.

Does conforming to PDF/UA guarantee that a PDF is legally compliant with the ADA?
No. PDF/UA is a technical standard (ISO 14289) for accessible PDF files; it is not a legal requirement in itself. The ADA is a US civil rights law that does not codify a specific PDF technical specification. Meeting PDF/UA may support an accessibility effort, but it does not by itself guarantee immunity from legal claims. Legal obligations are shaped by regulation and case law and vary by jurisdiction, so you should consult qualified legal counsel for compliance questions. This entry is not legal advice.
Is PDF/UA the same thing as WCAG, or does meeting one automatically satisfy the other?
They are distinct. WCAG is published by the W3C's Web Accessibility Initiative and is technology-agnostic, while PDF/UA (ISO 14289) is a standard specific to the PDF format. They address overlapping goals and are often used together, but conformance with one does not automatically establish conformance with the other. Organizations frequently reference both when working toward accessible PDF documents, and mapping between them requires care because their structures and criteria differ.
Can automated tools confirm that a PDF fully meets PDF/UA?
Automated tools can check for many PDF/UA requirements, such as the presence of a tag tree, language settings, and certain structural elements, but they detect only a portion of potential issues. Manual review and testing with assistive technology such as screen readers are generally needed to confirm that a document is usable in practice. Passing automated checks does not guarantee an accessible experience for all users.
What are the core structural requirements for a PDF to conform to PDF/UA?
PDF/UA generally requires that a document be properly tagged so that its structure and reading order are programmatically determinable, that meaningful content have appropriate structure elements, and that the document specify its language. It also commonly involves providing text alternatives for non-text content and ensuring that interactive elements are described. These are described here at a general level; consult the ISO 14289 specification and current authoritative guidance for the full set of requirements.
How does the source document affect PDF/UA implementation?
Accessibility is often easier to achieve when it is addressed in the source application before export, since tagging, headings, alternative text, and reading order can be defined there and carried into the PDF. Remediating an untagged or poorly structured PDF after the fact is generally more time-consuming. The specific workflow depends on the authoring tools in use, so teams commonly establish templates and export settings that support accessible output.
Where do scanned or image-only PDFs fit into PDF/UA work?
A PDF that consists only of scanned images generally lacks the underlying text and structure that PDF/UA requires. Making such a document conform typically involves adding a text layer and applying appropriate tagging and structure so that content is available to assistive technology. The extent of remediation needed depends on the document, and manual verification is generally recommended to confirm the result is usable.

Common misconceptions

PDF/UA conformance means a document automatically satisfies the ADA or is legally compliant.
PDF/UA is a technical ISO standard, not a legal mandate. Meeting it may support accessibility goals, but it does not by itself guarantee compliance with the ADA, Section 508, or any specific regulation. Legal requirements evolve through regulation and case law, and organizations should consult qualified legal counsel for their situation.
PDF/UA and WCAG are the same thing or are interchangeable.
They are distinct. WCAG is a set of guidelines published by the W3C that applies broadly to web content, while PDF/UA (ISO 14289) is a format-specific technical standard for PDF documents. They are complementary and often cited together, but they are authored by different bodies and serve different scopes.
Running an automated PDF accessibility checker confirms full PDF/UA conformance and an accessible experience.
Automated tools detect only a portion of potential issues. Meeting checkable requirements does not guarantee a genuinely accessible experience for all users. Manual review and testing with assistive technology are generally needed to evaluate reading order, alternative text quality, and logical structure.

Best practices

Tag PDFs with a proper logical structure, including headings, lists, tables, and a defined reading order, rather than relying on visual layout alone.
Provide meaningful alternative text for informative images and mark decorative elements as artifacts so assistive technologies handle them correctly.
Verify that the reading order exposed to assistive technology matches the intended logical order of the content.
Supplement automated PDF checks with manual review and testing using screen readers and other assistive technologies, since automated tools catch only some issues.
Treat PDF/UA as a technical target that supports, but does not replace, broader accessibility guidance such as WCAG, and consider both where relevant.
Consult qualified legal counsel and current agency guidance to understand how document accessibility relates to your specific legal obligations, as this guidance is not legal advice.