What the standard requires
What is PDF/UA?
PDF/UA stands for PDF Universal Accessibility. Published by ISO as ISO 14289-1, it defines the technical requirements a PDF must meet to be considered accessible. Unlike WCAG, which is written primarily for web content, PDF/UA is designed specifically for the PDF format.​
​
-
PDF/UA requires all meaningful content to carry semantic tags, so screen readers can interpret headings, paragraphs, lists, tables and figures correctly
-
Every image and non-text element must have alternative text that conveys its meaning, or be marked as decorative
-
The document must define a logical reading order that assistive technologies can follow, regardless of visual layout
-
Tables must include properly scoped header cells so screen readers can associate data with the correct row and column context
-
The document must carry XMP metadata confirming its PDF/UA conformance, including a document title set to display in the title bar

Human Validation
Passing a basic accessibility check is not the same as PDF/UA conformance
Many automated checkers test for common errors but do not verify full PDF/UA conformance. A document can pass a basic scan and still fail PDF/UA requirements. For example, it may have tags present but in the wrong reading order, or include tables without properly defined header scopes. Full conformance requires both technical validation and human review of the tag structure, reading order, and alternative text quality.
The three technical pillars
What PDF/UA actually checks
PDF/UA conformance is assessed across three core areas. Each one addresses a different aspect of how assistive technologies interact with a document, and all three must be met for a document to be considered fully conformant.
How the standards fit together
PDF/UA, WCAG, and EN 301 549: understanding the hierarchy
PDF/UA (ISO 14289-1)
PDF/UA is the format-specific standard. It defines the technical requirements for accessible PDF documents and is the primary benchmark used when auditing or remediating a PDF file.
WCAG 2.1 Level AA
Train staff and integrate your systems
The Web Content Accessibility Guidelines provide broader accessibility principles that apply across digital formats. For PDFs, WCAG success criteria are interpreted in the context of PDF/UA. The two standards complement rather than replace each other.
EN 301 549
EN 301 549 is the European accessibility standard for ICT products and services. It references both WCAG 2.1 and PDF/UA as the applicable technical requirements for documents. Meeting EN 301 549 is a recognised route to demonstrating compliance with the European Accessibility Act.