Healthcare Document Accessibility Under EAA: Hospitals, Pharma, and Medical Publishers
EAA enforcement started June 28, 2026. Healthcare is one of the sectors with the highest volume of PDF documents — and one of the highest stakes for accessibility failures.
Who in Healthcare Must Comply with EAA
The European Accessibility Act (Directive 2019/882) covers digital products and services offered to EU consumers. In healthcare, this includes organisations distributing digital content to patients, healthcare professionals, and the public:
Hospital groups and health systems
Patient-facing documents — discharge summaries, outpatient letters, clinical trial recruitment materials, hospital guides — distributed digitally to EU patients.
Pharmaceutical companies
Patient information leaflets (PILs) and summary of product characteristics (SmPCs) published on EU drug regulatory portals. Also: annual reports, ESG reports, and corporate publications distributed to EU investors.
Medical publishers
BMJ, The Lancet, NEJM Group, JAMA Network, Elsevier Health Sciences — journals and reference materials distributed to EU healthcare professionals.
Medical associations and regulatory bodies
EMA (European Medicines Agency) guidance documents, WHO Europe publications, national medical association guidelines.
Health technology companies
Patient-facing digital therapeutics, health app documentation, clinical decision support systems serving EU markets.
The Specific Challenge: Healthcare PDFs Are Among the Hardest to Make Accessible
Healthcare documents carry unique accessibility challenges that make PDF remediation particularly inadequate:
Patient information leaflets are formatted in dense two-column layouts with small type and regulatory-mandated section structures. These layouts cannot reflow at mobile viewport widths.
Clinical guidelines use complex tables, decision trees, dosing charts, and multi-level heading structures that are difficult to preserve correctly in tagged PDF.
Journal articles (the dominant format for medical research) are two-column with footnotes, figures, and supplementary materials — the hardest layout category for PDF accessibility tools.
Annual reports and regulatory filings tend to be design-heavy with infographics and charts that require careful alt-text treatment.
None of these challenges are solved by PDF remediation. The deeper issue is WCAG 1.4.10 Reflow.
Why WCAG 1.4.10 Reflow Matters for Healthcare Documents Specifically
WCAG 1.4.10 (Reflow) requires content to be presentable in a single column at 320px CSS width without loss of information or horizontal scrolling. This is the standard that ensures documents are usable by people with low vision who rely on high magnification.
In healthcare, low vision is disproportionately represented: age-related macular degeneration, diabetic retinopathy, and glaucoma are common in the population most likely to need patient information documents. These are exactly the patients for whom EAA accessibility requirements were designed.
PDF — even fully tagged, PDF/UA-certified PDF — cannot satisfy WCAG 1.4.10 for multi-column layouts. The format is fixed-layout by design. A discharge summary formatted in two columns at A4 size will require horizontal scrolling when magnified to 400%. No remediation tool changes this.
This is the gap that most healthcare accessibility programmes have not yet addressed.
The Solution: EPUB3 for Healthcare Document Distribution
EPUB3 satisfies WCAG 1.4.10 structurally. Built on HTML5 and CSS, EPUB3 documents reflow to any viewport width. They are:
- Compatible with screen readers (NVDA, JAWS, VoiceOver, Dolphin) without requiring a separate PDF reader
- Readable on mobile devices without horizontal scrolling at any text size
- Validatable with ACE by DAISY for documented WCAG 2.1 AA conformance
- Supported by all major e-reader platforms (Kindle, Kobo, Apple Books)
For healthcare organisations, the workflow is:
- Continue producing PDF as the print/archival format (no workflow change)
- Convert to EPUB3 for digital distribution (toolkit.bot handles this automatically)
- Offer both formats: PDF download and EPUB3 download
- Use ACE by DAISY report as compliance documentation
Specific Use Cases by Healthcare Sub-Sector
Hospitals and Health Systems
Discharge summaries and outpatient letters: Convert to EPUB3 when sending digitally to patients. Particularly important for elderly patients and those with chronic conditions where visual impairment is common.
Hospital guides and patient information packs: Publish both PDF (for printing) and EPUB3 (for digital access).
Clinical trial recruitment materials: Required to be accessible under both EAA and clinical trial regulations for patient-facing documentation.
Pharmaceutical Companies
Patient information leaflets (PILs): EMA requires PILs to be accessible. EPUB3 satisfies both EAA and the spirit of EMA’s readability guidelines. The batch API handles conversion for the entire PIL catalogue simultaneously.
Corporate publications: Annual reports, sustainability reports, and investor materials distributed to EU stakeholders are in EAA scope. Convert the PDF version to EPUB3 for the digital distribution channel.
Medical Publishers
Journal articles: The highest-volume conversion need. Two-column academic PDFs converted to reflowable EPUB3 via the API at a fraction of per-document remediation costs. Output includes EPUB Accessibility 1.1 metadata passable through ACE by DAISY.
Clinical guidelines and reference works: Convert at publication; serve EPUB3 alongside PDF in the journal platform.
Converting Healthcare PDFs with toolkit.bot
toolkit.bot handles the specific formatting challenges common in healthcare documents:
- Two-column layouts: Spatial reading order reconstruction for journal articles and PILs
- Tables: Dosing charts and clinical decision tables preserved with correct EPUB3 table markup
- Complex headings: Section, subsection, and note hierarchy mapped to semantic EPUB heading structure
- Regulatory sections: Fixed section ordering preserved (Indication, Dosage, Contraindications, etc.)
Free evaluation: Upload any patient information leaflet or journal article PDF at toolkit.bot/pdf2epub. No account required, result in 30 seconds.
API for bulk conversion: REST API at toolkit.bot/pricing — $9/month Pro or $29/month API plan, suitable for converting PIL catalogues or journal backlists.
Volume and enterprise pricing: toolkit.bot/premium — custom SLAs for health system or publisher-scale projects.
Compliance Documentation
ACE by DAISY (free, open-source) produces a WCAG 2.1 conformance report for each EPUB3 file. This report is suitable for:
- Internal compliance documentation
- Response to regulator queries
- Audit evidence under EAA or EMA readability requirements
npm install -g @daisy/ace
ace --outdir ./compliance-report ./patient-leaflet.epub
The report identifies remaining issues (typically figures without alt-text where the source PDF had no embedded image description) and produces a machine-readable WCAG conformance map.
Convert a patient information leaflet or journal article PDF — free, no account required.
Convert PDF to EPUB3 → API for PIL catalogue conversionFrequently Asked Questions
Does the European Accessibility Act apply to pharmaceutical companies?
Yes. Pharmaceutical companies distributing patient information leaflets (PILs), SmPCs, annual reports, and other digital publications to EU consumers or investors are within EAA scope. EMA also requires PILs to be readable — EPUB3 satisfies both EAA and EMA readability guidelines simultaneously.
Do hospitals need to make patient documents accessible under EAA?
Yes. Patient-facing documents distributed digitally — discharge summaries, outpatient letters, clinical trial recruitment materials, hospital guides — fall within EAA scope when distributed to EU patients as part of a health service. Organisations distributing these documents digitally must provide accessible formats.
Why can't PDF remediation solve WCAG 1.4.10 Reflow for healthcare documents?
PDF is a fixed-layout format. A patient information leaflet formatted in two columns at A4 requires horizontal scrolling at 400% zoom — the standard magnification for people with low vision. No remediation tool (Acrobat Pro, CommonLook, axesPDF) changes this because the format itself is the cause. EPUB3 is built on HTML5 and reflows to any viewport width by design.
Which medical publishers are in scope for EAA?
Publishers distributing medical content commercially to EU readers — BMJ Publishing Group, The Lancet/Elsevier Health Sciences, NEJM Group, JAMA Network, Wiley Health Sciences — are within EAA scope as digital content providers. Journal articles, clinical guidelines, and reference works distributed digitally to EU healthcare professionals must be accessible.
How do pharmaceutical companies convert their PIL catalogue to EPUB3?
toolkit.bot provides a REST API at $9/month (Pro) or $29/month (API plan) for programmatic conversion. A pharma company with 200 PILs in the catalogue can convert the full set in hours via the API. Each EPUB3 output is designed to pass ACE by DAISY validation, providing WCAG 2.1 AA conformance documentation for EMA and regulatory submissions.
Related Guides
- PDF to EPUB3 for Healthcare Organisations
- How PDF-to-EPUB3 satisfies the European Accessibility Act (2026)
- EPUB3 vs PDF: Accessibility Comparison (WCAG 1.4.10, Screen Readers, EAA)
- EAA 2026: What Publishers Must Do About PDFs
- Medical Device IFU Accessibility: MDR, IVDR, and EAA
- EAA 2026 for Legal Documents: Law Firms, Legal Publishers, and Courts
- Accessibility glossary: EPUB3, WCAG, EAA terms
EAA enforcement is live. For healthcare organisations, WCAG 1.4.10 Reflow is the compliance gap that tagged PDF cannot close — and the patient populations most affected by accessibility barriers are the same ones most likely to need your documents.