← toolkit.bot

EAA 2026: One Year of Enforcement — Are Your PDFs Still Non-Compliant?

The European Accessibility Act (EAA) entered enforcement on 28 June 2025. As of this week, that's one year of live legal obligation for any organisation distributing digital documents in EU markets.

Most organisations still distribute PDFs. Most of those PDFs fail the EAA's accessibility requirements. If yours is among them, here's what to do — and how quickly you can fix it.

What the EAA requires (and why PDFs almost always fail)

The EAA requires digital products and services sold in the EU to meet WCAG 2.2 AA. For digital documents, this means:

A tagged PDF improves some of these, but tagged PDFs are expensive to produce, fragile to maintain, and still fail reflow on mobile viewports. The EAA does not accept "less bad" — it requires WCAG 2.2 AA conformance.

Who is in scope

The EAA applies to private-sector companies with 10 or more employees, or €2 million or more in annual turnover, that sell digital products or services in the EU — regardless of where the company is based. Covered document types include:

Public sector organisations in EU member states were already covered by the Web Accessibility Directive (WAD). The EAA extends equivalent obligations to the private sector.

What enforcement looks like one year in

EU member states have each established enforcement bodies responsible for investigating complaints and issuing penalties. Complaints can be filed by affected users — people with disabilities who cannot access a document — as well as by advocacy organisations.

Germany's enforcement body is the Überwachungsstelle des Bundes für Barrierefreiheit von Informationstechnik (BFIT-Bund). France has designated the ARCOM. The Netherlands has the Autoriteit Consument & Markt (ACM). All have published guidance indicating that enforcement actions are active, not theoretical.

For organisations distributing PDFs in volume — publishers, insurers, public-facing enterprises, academic presses — the risk is not just regulatory. Accessibility litigation is increasing across Europe, modelled in part on the US ADA Title III case law that produced thousands of demand letters per year.

EPUB3: the compliant alternative

EPUB3 is built on HTML5, CSS, and XML — the same technologies that underpin accessible web content. It satisfies WCAG 2.2 AA requirements that PDFs cannot:

The EPUB Accessibility 1.1 specification formalises how to produce conformant EPUB3 files, including metadata claims that procurement tools and national accessibility bodies can verify.

How to convert PDFs to EAA-compliant EPUB3 in 30 seconds

  1. Go to toolkit.bot/pdf2epub
  2. Upload your PDF — max 50 MB, no account required
  3. Wait ~30 seconds while the converter extracts text, detects heading structure, maps tables, and builds EPUB3 with semantic HTML5
  4. Download the EPUB3. Open in Apple Books, Kobo, or Adobe Digital Editions, or validate with ACE by DAISY

For bulk back-catalogue conversion, the toolkit.bot API accepts up to 500 files per month on the API tier, with shell and Python examples in the API quickstart guide.

After conversion: three steps to verify compliance

  1. ACE by DAISY: Run each EPUB through ACE by DAISY to generate a WCAG 2.2 AA report. ACE identifies specific failure points and verifies what metadata claims are substantiated.
  2. Screen reader spot-check: For high-priority documents, test with NVDA + Firefox or VoiceOver + Safari. Navigate by heading, read a table, confirm reading order in a multi-column section.
  3. EPUB Accessibility 1.1 metadata: Verify the output includes schema:accessibilityFeature, schema:accessMode, and schema:accessibilitySummary metadata using EPUBCheck.

Convert your first PDF to accessible EPUB3 — free, no account, no install.

Convert a PDF →

Related guides