← toolkit.bot

Section 508 and ADA Title II: Converting PDFs to Accessible EPUB3

ADA Title II compliance deadline is April 26, 2027 for larger state and local government entities (50,000+ population), and April 2028 for smaller entities. The DOJ extended these deadlines to give organizations more time to prepare — but with EAA enforcement already active in the EU, the window to build accessible document workflows is now. Section 508 has applied to federal agencies and contractors for decades. Both laws reference WCAG 2.x as their technical standard — and PDFs, in virtually every real-world deployment, fail that standard.

EPUB3 passes it by design.

This guide explains what Section 508 and ADA Title II require for documents, why PDF/UA falls short, and how converting PDF to EPUB3 using toolkit.bot/pdf2epub satisfies US accessibility law in under a minute.

What Section 508 and ADA Title II Require for Documents

Section 508 (29 U.S.C. § 794d) applies to federal agencies and contractors that develop, procure, maintain, or use electronic and information technology. The 2017 Refresh aligned Section 508 with WCAG 2.0 AA as the minimum technical standard for web content and electronic documents.

ADA Title II applies to state and local governments. The DOJ's April 2024 final rule requires WCAG 2.1 AA conformance for web content and mobile apps — and documents posted to government websites are explicitly in scope. The compliance deadline is April 26, 2027 for entities with 50,000+ population or service area; smaller entities have an April 2028 deadline. The DOJ extended these deadlines due to compliance resource constraints.

The key WCAG criteria that most PDFs fail:

Tagged PDF (PDF/UA) was designed to address some of these gaps — but it falls short in practice.

Why PDF/UA Still Falls Short

PDF/UA (ISO 14289) is the PDF accessibility standard. It requires tags, reading order, language, and alt text. In theory, a fully compliant PDF/UA file should satisfy Section 508. In practice:

EPUB3 avoids all of these problems.

Why EPUB3 Satisfies Section 508 and ADA Title II Requirements

EPUB3 is built on HTML5 and CSS — the same technologies that power accessible web pages. WCAG 2.x applies directly to EPUB3 content. The EPUB Accessibility 1.1 specification (a W3C standard) formalizes how to produce and declare conformant EPUB3 files.

How toolkit.bot Produces Section 508-Compliant EPUB3 Output

toolkit.bot converts any PDF to EPUB3 with EPUB Accessibility 1.1 metadata in approximately 30 seconds. The conversion pipeline:

  1. Text extraction and OCR: For native PDFs, text is extracted with layout analysis. For scanned PDFs (images of pages), OCR runs automatically — producing searchable, screen-reader-readable text where the PDF had none.
  2. Heading detection: Font size, weight, and position are analyzed to infer heading hierarchy. The output uses H1–H6 tags in correct semantic order.
  3. Multi-column layout handling: Two-column and sidebar content is linearized into correct reading order. Academic papers, government reports, and legal documents — which are almost always multi-column — are handled explicitly.
  4. Table structure: Tables are extracted as HTML table elements with proper thead/tbody/th markup — not as text blocks or images.
  5. Language metadata: Language is detected and written to the EPUB package metadata automatically.
  6. EPUB Accessibility 1.1 metadata: Each output file includes accessibility metadata targeting EPUB Accessibility 1.1.

The result is an EPUB3 file that passes ACE by DAISY automated checking and is readable by NVDA, JAWS, and VoiceOver in correct reading order.

PDF/UA vs EPUB3: Accessibility Comparison

Criterion PDF/UA EPUB3
WCAG 1.4.10 Reflow Fails for complex layouts Passes by design
WCAG 1.3.2 Reading order Requires manual tagging Enforced by HTML source order
WCAG 1.3.1 Structure Requires PDF/UA tagging Native HTML semantics
Screen reader support Inconsistent across readers Consistent on NVDA/JAWS/VoiceOver
Automated validation PAC 2024, axesPDF ACE by DAISY (free, open source)
Authoring cost High (specialist tooling required) Low (convert from existing PDF)
Retrofitting large libraries Expensive and slow Batch API available

Workflow for Government Agencies with Large PDF Libraries

ADA Title II compliance does not require converting every document on day one. The DOJ rule includes a prioritization principle: agencies should prioritize frequently accessed content, content posted after the compliance date, and content specifically requested by people with disabilities.

A practical phased approach:

  1. Audit your library: Identify the 20% of documents that receive 80% of traffic. These are your conversion priority.
  2. Convert high-priority documents: Use toolkit.bot/pdf2epub for individual documents (free, no account required) or the toolkit.bot API for batch conversion of your priority list.
  3. Validate: Run each converted EPUB through ACE by DAISY (free, open source). Address any flagged issues — typically missing alt text on charts and images.
  4. Post EPUB alongside or instead of PDF: For web distribution, EPUB3 files are supported natively on iOS (Apple Books), Android, and via browser extensions. For procurement and internal distribution, EPUB3 is accepted by all major reading systems.
  5. Establish a new-document policy: All documents posted after your compliance date should be converted to EPUB3 before publication. The toolkit.bot API supports integration into document management workflows.

For agencies with thousands of legacy documents, the toolkit.bot premium plan provides higher API rate limits and priority processing for bulk conversion projects. See the accessibility teams page for procurement details.

Who Is Covered

Section 508: Federal agencies, programs that receive federal financial assistance, and federal contractors that develop, procure, maintain, or use electronic and information technology. This includes documents published on agency websites, documents sent to the public as part of agency services, and documents procured from vendors.

ADA Title II: All state and local government entities — cities, counties, state agencies, public schools, public universities, court systems, and transit agencies. The April 26, 2027 deadline applies to entities with 50,000+ population or service area; smaller entities have an April 2028 deadline.

If your agency publishes PDFs to the web — policy documents, forms, reports, meeting minutes, permits, or any other public-facing document — those are in scope.

Convert a PDF to Section 508-compliant EPUB3 — free, no account, no install.

Convert a PDF →   Accessibility teams →

Related guides