← toolkit.bot

WCAG 2.2 AA Document Accessibility Checklist for EAA Article 32

The European Accessibility Act entered enforcement on June 28, 2026. Article 32 requires digital documents distributed in EU markets to conform to WCAG 2.2 AA — the same standard embedded in EN 301 549, the harmonized European accessibility norm. For compliance officers, legal teams, and IT managers, this means auditing your document library and remediating anything that doesn’t pass.

This checklist identifies the exact WCAG 2.2 AA success criteria that apply to documents, explains why PDFs fail several of them structurally, and shows how converting to EPUB3 resolves the majority of failures automatically.

Which WCAG 2.2 AA Criteria Apply to Documents?

Not every WCAG success criterion applies to standalone documents. The following are the criteria that document formats must satisfy under EAA Article 32:

1.1.1 Non-text Content (Level A)

1.3.1 Info and Relationships (Level A)

1.3.2 Meaningful Sequence (Level A)

1.4.1 Use of Color (Level A)

1.4.3 Contrast (Minimum) (Level AA)

1.4.10 Reflow (Level AA) — The Critical Failure for PDFs

This is the criterion that almost all PDFs fail. See below.

2.4.2 Page Titled (Level A)

2.4.3 Focus Order (Level A)

3.1.1 Language of Page (Level A)

4.1.2 Name, Role, Value (Level A)

Why PDFs Structurally Fail WCAG 1.4.10 — And Why Tagging Cannot Fix It

WCAG 1.4.10 (Reflow) requires content to display without horizontal scrolling at 400% zoom, equivalent to a 320px-wide viewport. For documents, this means the layout must be inherently responsive — text must wrap, columns must collapse, and nothing must overflow.

PDF is a fixed-layout format. Each page has a fixed width and height. At 400% zoom on a standard screen, a PDF page is roughly six times wider than the screen — content extends beyond the right edge and requires horizontal scrolling. Tagged PDF addresses reading order and heading structure, but it cannot change the fixed-page geometry. There is no PDF specification feature that enables the kind of reflow WCAG 1.4.10 requires.

This is not a tooling problem. It is a format problem. No PDF editor — not Adobe Acrobat, not CommonLook, not axesPDF — can make a PDF pass WCAG 1.4.10, because the criterion requires dynamic reflow that the PDF format cannot provide by design.

Multi-column PDFs — common in academic papers, legal documents, financial reports, and government publications — compound the problem. Screen readers on multi-column PDFs routinely read across columns (left column line 1, right column line 1, left column line 2…) rather than down each column in sequence, failing WCAG 1.3.2 as well.

EPUB3: The EAA-Compliant Alternative

EPUB3 is built on HTML5, CSS3, and XML — the same technology stack as the accessible web. Reflowability is inherent to EPUB3: text wraps at any viewport width or zoom level, and WCAG 1.4.10 passes by design.

An EPUB3 file produced by a good converter satisfies the checklist above without manual remediation:

The EPUB Accessibility 1.1 specification (W3C standard) formalizes how to declare and verify WCAG 2.2 AA conformance in EPUB3 metadata — enabling automated checkers and procurement systems to verify compliance programmatically.

How to Convert Your Existing PDF Library

Manual conversion (1–10 documents)

  1. Go to toolkit.bot/pdf2epub
  2. Upload your PDF (up to 50 MB per file). No account required on the free tier.
  3. Download the EPUB3 in approximately 30 seconds. The converter extracts text, detects heading structure, handles multi-column layout, and produces semantic HTML5.
  4. Validate output with ACE by DAISY to generate a formal WCAG 2.2 AA accessibility report. Keep the ACE report for your compliance documentation.

Automated bulk conversion (50+ documents)

Use the toolkit.bot API to automate conversion at scale. The API accepts PDF uploads and returns EPUB3 downloads — integrable into any document management workflow via a simple HTTP call. Batch pricing starts at $9/month for unlimited conversions.

What to check in the output

Start converting your document library to EAA-compliant EPUB3 — free for up to 5 files/month, no account required.

Convert a PDF Free →   API for bulk →

EAA Article 32 Timeline and Scope Reminder

EAA enforcement is active from June 28, 2026. In scope: private sector organizations with 10+ employees or >€2M annual turnover that distribute digital products or services to EU consumers. Documents distributed as part of a covered digital service — including e-books, digital publications, online reports, and downloadable policy documents — are covered. Micro-enterprises below both thresholds have a 5-year derogation for services (until 2030), but products are covered from day one.

Related guides