top of page
PDF Accessibility Standards

WCAG PDF Compliance Explained

The Web Content Accessibility Guidelines (WCAG) set the international benchmark for accessible digital content. For organisations producing PDFs, understanding how WCAG applies at document level is essential to meeting the requirements of the European Accessibility Act.
How WCAG applies to PDFs

WCAG is not just for websites

WCAG 2.1 was developed primarily for web content, but its principles apply to any digital format including PDF. Regulators and standards bodies, including those responsible for EN 301 549, explicitly require WCAG 2.1 Level AA conformance for PDF documents published by organisations in scope of the European Accessibility Act. WCAG alone does not define how to implement accessibility at PDF file level. That is the role of PDF/UA. But it does set the accessibility outcomes a PDF must achieve.​
​
  • WCAG 2.1 Level AA is the required conformance level under the European Accessibility Act and EN 301 549
  • WCAG defines four core principles for accessible content: content must be Perceivable, Operable, Understandable, and Robust
  • For PDFs, WCAG success criteria translate into requirements around tagging, reading order, contrast, language declaration, and alternative text
  • A PDF that meets PDF/UA is generally considered to satisfy the relevant WCAG success criteria, as the two standards are complementary
  • WCAG compliance cannot be fully verified by automated tools alone, as human review is required for a number of key success criteria
pdf-accessibility-illustration.png
The POUR Principles

The four WCAG principles apply directly to PDF documents

WCAG 2.1 is built on four principles, known as POUR. Every accessible PDF must satisfy all four. Perceivable means content can be read by assistive technologies, including images with alternative text and documents with correct tag structure. Operable means users can navigate the document using a keyboard or assistive device, without relying on visual layout alone. Understandable means content is written and structured clearly, with the document language declared so screen readers use the correct pronunciation. Robust means the document is encoded in a way that current and future assistive technologies can reliably interpret, which in practice means conforming to PDF/UA.

Where PDFs most commonly fail

The WCAG success criteria PDFs fail most often

Many PDFs fail WCAG not because of missing content, but because of structural and technical issues introduced during the creation process. These are the three success criteria most frequently violated in PDF documents produced by regulated organisations.

price-tag.png

Non-Text Content (1.1.1)

WCAG 1.1.1 requires that every non-text element, including images, charts, graphs, and diagrams, has a text alternative that serves the same purpose. In PDFs, this means every meaningful image must carry correctly implemented alternative text. Decorative images must be explicitly marked as such so screen readers skip them.

list.png

Meaningful Sequence (1.3.2)

WCAG 1.3.2 requires that the reading order of content can be determined programmatically. In a PDF, this is defined by the tag tree, not the visual layout. Complex documents with multi-column layouts, sidebars, tables, or design-heavy formatting frequently fail this criterion without deliberate remediation.

code.png

Language of Page (3.1.1)

WCAG 3.1.1 requires that the default human language of a document can be determined programmatically. For PDFs, this means the document language must be declared in the file properties. Without this, screen readers may use the wrong language profile and mispronounce or misread content to the user.

About
Understanding conformance levels

WCAG Level A, AA, and AAA: which level applies to your PDFs

Level A (Minimum)

Level A covers the most fundamental accessibility requirements. Failing Level A criteria makes content inaccessible to the majority of users relying on assistive technology. While Level A is the baseline, it is not sufficient for regulatory compliance under the EAA.

Level AA (Required)

Train staff and integrate your systems

Level AA is the conformance level required by EN 301 549 and, by extension, the European Accessibility Act. It includes all Level A requirements plus additional criteria covering contrast ratios, reading order, language declaration, and consistent navigation. This is the level your PDFs must meet.

Level AAA (Enhanced)

Level AAA represents the highest level of WCAG conformance and is not required under current EU accessibility law for most organisations. Some criteria at this level are not achievable for all document types. Organisations with specific accessibility commitments may choose to target Level AAA for particular document categories.

Frequently asked questions

Get started today

Ready to bring your PDFs to WCAG Level AA?

bottom of page