PDF Accessibility Guide — How to Make PDFs Accessible
Make your PDFs accessible to everyone, including people using screen readers. Tags, alt text, reading order, and compliance guide.
Why PDF Accessibility Matters
An estimated 1.3 billion people worldwide live with some form of disability. Accessible PDFs ensure everyone can read your documents — and in many countries, it's legally required.
What Makes a PDF Accessible?
| Feature | What It Does | Who Benefits |
|---|---|---|
| Tagged structure | Defines headings, paragraphs, lists | Screen reader users |
| Alt text for images | Describes images in text | Blind/low-vision users |
| Reading order | Defines logical content flow | Screen reader users |
| Bookmarks | Navigation within the document | All users |
| Text (not images) | Actual text, not scanned images | Screen readers, search |
| Sufficient contrast | Readable color combinations | Low-vision users |
| Descriptive links | "Read the report" vs "Click here" | All users |
| Language declaration | Specifies document language | Screen readers |
Step-by-Step: Making Your PDF Accessible
Step 1: Start with Accessible Source Documents
The best approach is creating accessibility in your source document (Word, Google Docs):
- Use heading styles (H1, H2, H3) — don't just make text bold and large
- Add alt text to all images
- Use real lists, not manually typed bullets
- Create real tables with header rows
- Use descriptive link text
Step 2: Ensure Real Text (Not Scanned Images)
If your PDF is scanned, screen readers can't read it. Fix this:
- Run OCR PDF to add a searchable text layer
- This makes the text readable by assistive technology
Step 3: Set Document Properties
Use the PDF Metadata Editor to set:
- Title: Descriptive document title (not "Document1.pdf")
- Language: Set the document language (e.g., "en-US")
Step 4: Check Reading Order
The reading order should flow logically: title → introduction → body → conclusion. Multi-column layouts can confuse screen readers if the reading order isn't set correctly.
Step 5: Add Bookmarks for Long Documents
For documents longer than a few pages, bookmarks provide navigation landmarks for all users.
Accessibility Standards
| Standard | Applies To | Requirement |
|---|---|---|
| WCAG 2.1 AA | Websites and documents | International standard |
| Section 508 | US federal agencies | US law |
| ADA | US businesses and organizations | US law |
| EN 301 549 | EU public sector | European standard |
| PDF/UA (ISO 14289) | Universal PDF accessibility | International standard |
Common Accessibility Issues in PDFs
Scanned PDFs (No Text Layer)
Problem: Screen readers can't read image-only PDFs. Fix: Use OCR PDF to add a text layer.Missing Alt Text
Problem: Images convey information that blind users can't access. Fix: Add descriptive alt text in your source document before converting to PDF.No Document Title
Problem: Screen readers announce the filename instead of a meaningful title. Fix: Set the title in PDF Metadata Editor.Color-Only Information
Problem: Using only color to convey meaning (red = error, green = success) excludes colorblind users. Fix: Add text labels or patterns in addition to color.Testing PDF Accessibility
- Screen reader test: Open the PDF with NVDA (free, Windows) or VoiceOver (Mac)
- Keyboard navigation: Can you navigate using only Tab and arrow keys?
- Zoom test: Does the PDF remain readable at 200% zoom?
- Color contrast: Check with a contrast analyzer tool
Frequently Asked Questions
Are all PDFs accessible?
No. Most PDFs created without accessibility in mind are not accessible. Scanned PDFs, PDFs without tags, and PDFs with images lacking alt text are common problems.Can I make an existing PDF accessible?
Yes, to some extent. OCR adds text to scanned PDFs, and metadata editors can add titles. However, full tag structure often requires rebuilding from the source document.Is PDF accessibility legally required?
In many jurisdictions, yes — especially for government agencies, educational institutions, and businesses serving the public.Related Tools
- OCR PDF — Add text layer to scanned PDFs
- PDF Metadata Editor — Set title and language
- PDF to Word — Edit and rebuild with proper structure
- Add Page Numbers — Aid navigation