How to Make PDFs Accessible (ADA and WCAG Compliance)
An estimated 15% of the world's population lives with some form of disability. When you publish a PDF that a screen reader cannot navigate — missing alt text, no document structure, wrong reading order — you exclude millions of potential readers. Accessible PDFs are not just a legal requirement in many jurisdictions; they are good practice.
What makes a PDF accessible?
An accessible PDF provides a structured reading experience for assistive technology (screen readers, braille displays, magnifiers). The key requirements:
- Tagged structure. The document has semantic tags (headings, paragraphs, lists, tables) that tell a screen reader what each element is.
- Reading order. The content flows in a logical sequence, not the arbitrary order in which elements were placed on the page.
- Alternative text. Every image, chart, and diagram has descriptive alt text that conveys its meaning to someone who cannot see it.
- Navigable headings. Headings create a table of contents that screen reader users can jump between.
- Accessible tables. Data tables have proper header rows and columns so screen readers can announce cell relationships.
- Language specification. The document declares its language so screen readers use the correct pronunciation.
- Sufficient contrast. Text is readable against its background at standard contrast ratios.
Who needs accessible PDFs?
Legal requirements
- ADA (Americans with Disabilities Act): Requires accessible digital content for government agencies and many private organisations.
- Section 508: US federal agencies must make all electronic documents accessible.
- EN 301 549: European accessibility standard for ICT products and services.
- AODA (Ontario, Canada): Requires accessible documents from organisations with 50+ employees.
Practical benefits
- Larger audience. Accessible documents reach more readers, including those using assistive technology.
- Better SEO. Search engines use document structure and alt text — the same elements that improve accessibility.
- Mobile readability. Tagged PDFs reflow better on small screens.
- Legal risk reduction. Accessibility lawsuits targeting inaccessible digital content are increasing.
Creating accessible PDFs from source documents
The best approach is to build accessibility into the source document before converting to PDF.
From Microsoft Word
- Use built-in heading styles (Heading 1, Heading 2) instead of manually formatting text.
- Add alt text to all images (right-click → Edit Alt Text).
- Use the Accessibility Checker (Review → Check Accessibility).
- Set the document language (File → Options → Language).
- Convert to PDF with Word to PDF.
From PowerPoint
- Use slide layouts (not blank slides with text boxes).
- Add alt text to all images and charts.
- Set a logical reading order in the Selection Pane.
- Run the Accessibility Checker.
- Convert with PPT to PDF.
From HTML
HTML documents with proper semantic markup (heading tags, alt attributes, ARIA roles) convert to well-tagged PDFs when using a standards-compliant converter.
The problem with scanned PDFs
A scanned PDF is a container for images — the text is not text at all but a photograph of text. Screen readers cannot read image-based content. To make a scanned PDF accessible:
- Run OCR (optical character recognition) to extract the text layer.
- Review the OCR output for errors — especially in names, numbers, and technical terms.
- Add document structure (headings, alt text, reading order) to the OCR'd document.
Quick accessibility checklist
- Document has a title set in the metadata.
- Language is specified.
- All content is tagged (headings, paragraphs, lists, tables).
- Reading order is logical.
- All images have alt text.
- Tables have header rows.
- Links have descriptive text (not "click here").
- Colour is not the only way information is conveyed.
- Text has sufficient contrast (4.5:1 for normal text, 3:1 for large text).
- Form fields have labels.
Frequently asked questions
Can I make an existing PDF accessible without the source document?
Yes, but it is more work. Adobe Acrobat Pro has tools for adding tags, alt text, and reading order to existing PDFs. Some free tools offer basic tagging as well.
Does compressing a PDF affect accessibility?
No. Compression targets embedded images and metadata. Document tags, alt text, and structure are preserved.
Are watermarked PDFs accessible?
The watermark is drawn as a visual layer and does not interfere with the text or structure underneath. Screen readers will not read the watermark, which is typically the desired behaviour.
How do I test PDF accessibility?
Adobe Acrobat's built-in accessibility checker is the most comprehensive tool. PAC (PDF Accessibility Checker) is a free alternative for Windows. Both check for tagged structure, reading order, alt text, and other WCAG requirements.
Document preparation tools: Word to PDF, Merge PDF, Compress PDF, or browse all converters.
Convert a file for free
Every tool on ImgToPDFConvert runs in your browser — no signup, no watermark, files discarded instantly.
Browse all toolsKeep reading
How to Convert Excel to PDF Without Losing Formatting
Convert spreadsheets to PDF with tables, charts, and formatting intact. Tips for handling wide columns, multiple sheets, and print areas.
How to Fill Out PDF Forms Online (No Software Needed)
Fill, sign, and submit PDF forms without printing or installing Adobe Acrobat. Step-by-step guide for interactive and flat PDF forms.
How to Reduce PDF File Size (5 Proven Methods)
Shrink oversized PDFs for email, uploads, and storage. Five practical methods from one-click compression to manual optimisation — all free, no software required.