WCAG 2.1 AA vs. PDF/UA: The Difference Explained Simply
Anyone working with PDF accessibility quickly encounters two key terms: WCAG 2.1 AA and PDF/UA. Both are standards for accessible PDFs — but they are not the same and not fully equivalent. This article explains the difference, how the two standards relate, and which applies to your situation.
The short answer upfront
WCAG 2.1 AA defines the requirements for accessibility (what must be fulfilled).
PDF/UA is the technical standard for implementation in the PDF format (how it is technically done).
PDF/UA is a necessary but not sufficient condition for WCAG conformance: A PDF can be PDF/UA-conformant and still violate individual WCAG criteria — such as insufficient color contrast, poorly worded link text, or incorrect language tagging within the content.
What is WCAG 2.1 AA?
The Web Content Accessibility Guidelines (WCAG) are a standard developed by the World Wide Web Consortium (W3C) for digital accessibility. WCAG 2.1 was published in 2018 and defines requirements along four principles:
- Perceivable
- Operable
- Understandable
- Robust
The three conformance levels
| Level | Meaning | Practice |
|---|---|---|
| A | Minimum (25 success criteria) | Minimum accessibility |
| AA | Standard (50 criteria) | Common minimum standard in EU/US/Canada |
| AAA | Enhanced (78 criteria) | Highest demands |
In the US, Section 508 (Revised) and case law under the ADA effectively require WCAG 2.1 AA. The European Accessibility Act (EAA) and Germany’s BFSG set this standard for companies offering consumer products and services in regulated sectors (e-commerce, banking, telecommunications, etc.). Microenterprises are exempt under specific conditions.
Examples of WCAG 2.1 AA criteria
- 1.1.1 Non-text content: All images need alternative text (or are marked as decorative)
- 1.4.3 Contrast: At least 4.5:1 for normal text, 3:1 for large text
- 2.1.1 Keyboard: All functionality fully usable via keyboard
- 2.4.6 Headings and labels: Meaningful headings and labels
- 3.1.1 Language of page: Primary language of the document defined
What is PDF/UA?
PDF/UA (PDF/Universal Accessibility) is an ISO standard specifically for accessible PDF documents. It defines how a PDF must be technically constructed to be machine-accessible.
- PDF/UA-1: ISO 14289-1 (2014), based on PDF 1.7
- PDF/UA-2: ISO 14289-2 (2024), based on PDF 2.0
Core PDF/UA requirements
- Tagged PDF: Every content element has a semantic tag
- Structural hierarchy: Logical nesting (H1 → H2 → H3)
- Reading order: Clearly defined, even with multi-column layouts
- Language: Document language as metadata
- Title: Document title as metadata
- Font embedding: All used fonts embedded
- Bookmarks: Recommended for longer documents
- Alternative text: For all non-decorative images
- Tables: Header cells marked, cell relationships parseable
- Hyperlinks: Correct tag structure and link descriptions
The key differences
| Aspect | WCAG 2.1 AA | PDF/UA |
|---|---|---|
| Publisher | W3C | ISO |
| Scope | All digital content | PDFs only |
| Character | Requirements standard | Technical specification |
| Legally binding | Yes (in EU, US, Canada, etc., depending on sector) | Indirectly (as technical implementation option) |
| Validatable with | WAVE, axe, Adobe | PAC 2024, veraPDF |
| Format | Guidelines document | ISO standard |
How they work together
The relationship is best understood like this: WCAG 2.1 AA defines the goals; PDF/UA provides the technical tools.
A practical example: WCAG 2.1 AA criterion 1.3.1 “Info and Relationships” requires that structural information (headings, table relationships, lists) be programmatically determinable. PDF/UA implements this by requiring that each such element have a corresponding tag.
Important: Some WCAG criteria cannot be guaranteed by PDF/UA conformance alone. Examples:
- 1.4.3 Color contrast: Depends on visual design, not tag structure
- 2.4.4 Link purpose: “Click here” links don’t fulfill WCAG even if correctly tagged
- 3.1.2 Language of parts: Language switches in text must be explicitly tagged
Practical mapping of selected WCAG criteria to PDF/UA
| WCAG 2.1 criterion | PDF/UA implementation |
|---|---|
| 1.1.1 Alt text | Figure tag with /Alt entry |
| 1.3.1 Info & relationships | Complete tag tree |
| 1.3.2 Meaningful sequence | Structure tree order |
| 1.4.5 Images of text | Real text instead of image-text |
| 2.4.2 Document title | /Title metadata |
| 3.1.1 Language | /Lang entry |
Which standard applies to me?
For government and public bodies
In the US, Section 508 applies for federal agencies; ADA case law typically aligns with WCAG 2.1 AA. In the EU, the Web Accessibility Directive requires WCAG 2.1 AA. Since these bodies typically publish many PDFs, PDF/UA is the practical technical implementation path.
For companies with consumer offerings in regulated sectors
Since June 28, 2025, the BFSG (Germany) and the EAA (EU-wide) require WCAG 2.1 AA for e-commerce, banking, telecommunications, passenger transport, e-books, and other regulated sectors. Microenterprises (under 10 employees AND under €2 million annual turnover) are exempt. For PDFs in these offerings, PDF/UA is the natural technical choice.
For educational institutions
Public universities and schools typically fall under public-sector accessibility regulations — including syllabi and published documents.
For private customers / SMBs without obligation
Direct legal obligation only applies if SMBs serve government bodies or fall under EAA/BFSG. Indirectly, accessibility is also worthwhile elsewhere: larger audience, better discoverability, lower litigation risk.
How do I achieve both standards in practice?
Option 1: Manual with Adobe Acrobat Pro
Adobe Acrobat Pro has both WCAG and PDF/UA validation tools. With patience and expertise, both can be achieved — typical effort is 8+ hours per standard document.
Option 2: Semi-automatic tools
Tools like axesPDF or CommonLook automate part of the work but leave 30–50% rework for full conformance.
Option 3: Hybrid PDF approach with barrierefrAI PDF Pro
The Hybrid PDF approach is a method developed in 2026 by the agency barrierefrAI and is currently available only via barrierefrAI PDF Pro. It differs fundamentally from classic conversion tools: the original layout is not reconstructed from tags (which regularly causes layout drift in other methods) but is preserved as an unchanged visual layer. An invisible, fully PDF/UA-conformant accessibility layer is placed over it. Sighted users see the unchanged original; screen readers access the tagged layer.
For most use cases with medium complexity, barrierefrAI PDF Pro is the most economical solution — many standard documents can be converted within a few minutes. Validation with independent tools like PAC 2024 or veraPDF should still be standard practice, especially for WCAG criteria not derivable from the tag tree (color contrast, link text quality).
Validation tools
For WCAG 2.1 AA
- WAVE (for websites)
- axe DevTools (browser plugin)
- Adobe Acrobat Pro Full Check (for PDFs)
For PDF/UA
- PAC 2024 (PDF Accessibility Checker, free, recommended by the PDF Association)
- veraPDF (Open Source, good for automated pipelines)
- axesPDF Quickfix (commercial)
FAQ
Is PDF/UA conformance sufficient to fulfill WCAG 2.1 AA?
No. PDF/UA covers a large portion of WCAG requirements but not all. Visual aspects in particular — color contrast, meaningful link text, language tagging within content — must additionally be reviewed. PDF/UA is a necessary but not sufficient condition.
Can a PDF be WCAG-AA-conformant without fulfilling PDF/UA?
Theoretically yes; in practice, rarely. Most WCAG requirements for PDFs (structure, alt text, language) directly correspond to PDF/UA requirements. Anyone consistently building a WCAG-conformant PDF has typically also met the essential PDF/UA requirements.
What about WCAG 2.2?
WCAG 2.2 was published in October 2023. For PDFs, little changes since most new criteria are web-specific. WCAG 2.1 AA remains the prevailing standard for PDF documents in most regulatory contexts.
What penalties apply for non-conformance?
The BFSG provides for fines up to €100,000 in Germany — but only after market surveillance procedures and usually for larger or repeated violations. More realistic are cease-and-desist actions by consumer associations or affected users. In the US, thousands of ADA-related accessibility lawsuits are filed annually.
Conclusion
WCAG 2.1 AA and PDF/UA are complementary, not competing. WCAG defines the requirements; PDF/UA provides a technical implementation foundation in the PDF format. Anyone targeting both standards ideally combines PDF/UA-conformant tagging with additional WCAG checks of non-structural aspects (color contrast, link text, language).
Next steps:

No responses yet