Why PDFs are challenging

PDF (Portable Document Format) was designed for print, not digital accessibility. While PDFs can be made accessible, they present significant challenges:

Consider alternatives first

Before creating or remediating a PDF, ask:

  • Could this be a web page (HTML)?
  • Could users access a Word document instead?
  • Is the PDF necessary for legal/archival purposes?

Web pages and Word documents are almost always more accessible than PDFs.

Types of PDFs

Type How created Accessibility status What to do
Scanned/image PDF Scanner, photo ❌ Inaccessible OCR + full remediation needed
Untagged digital PDF Export without accessibility settings ⚠️ Partially accessible Add tags and structure
Tagged PDF Proper export from Word/InDesign ✓ Potentially accessible Verify and fix issues
PDF/UA compliant Professional remediation ✓✓ Fully accessible Verify periodically

Checking if a PDF is accessible

Quick tests

  1. Select text: Try to highlight text. If you can't, it's a scanned image.
  2. Check for tags: In Acrobat, go to File → Properties → check if "Tagged PDF: Yes"
  3. Read with screen reader: Does it make sense when read aloud?

Using Adobe Acrobat Pro accessibility checker

  1. Open PDF in Acrobat Pro
  2. Go to All toolsPrepare for accessibility
  3. Click Check for accessibility
  4. Run Full Check
  5. Review results in the Accessibility Checker panel

Free checking tools

Creating accessible PDFs

The best approach is to create accessible source documents and export properly.

From Microsoft Word

  1. Create accessible Word document (see Word guide)
  2. Run Accessibility Checker in Word first
  3. Go to FileExportCreate PDF/XPS
  4. Click Options
  5. Check "Document structure tags for accessibility"
  6. Check "PDF/A compliance" if needed for archival
  7. Click OK, then Publish

From Adobe InDesign

  1. Build accessibility into the InDesign document:
    • Use paragraph styles for headings
    • Set reading order in Articles panel
    • Add alt text to images (Object → Object Export Options)
  2. Export: FileExport → Adobe PDF (Interactive)
  3. Check "Create Tagged PDF"
  4. Set language in Advanced options

From Google Docs

Google Docs PDF export has limited accessibility support:

Remediating existing PDFs

If you must remediate an existing PDF, here's the process:

Tools needed

Basic remediation steps (Acrobat Pro)

  1. OCR if needed: All tools → Scan & OCR → Recognize Text
  2. Add tags: All tools → Prepare for accessibility → Auto-tag document
  3. Set language: File → Properties → Advanced → Reading Options → Language
  4. Set title: File → Properties → Description → Title
  5. Fix reading order: All tools → Prepare for accessibility → Set reading order
  6. Add alt text: Right-click images → Edit Alt Text
  7. Fix tables: Use Table Editor to set headers
  8. Create bookmarks: For long documents, add navigational bookmarks
  9. Run checker: Full accessibility check, fix remaining issues

Scanned document remediation

  1. Run OCR: Converts image text to selectable text
  2. Review OCR accuracy: Check for recognition errors, especially in tables
  3. Add structure: Follow basic remediation steps above
  4. Consider alternatives: Often easier to recreate than remediate

When to remediate vs. recreate

Scenario Recommendation
Simple text document Recreate in Word or as web page
Scanned form Recreate as fillable web form or Word
Complex report with source files Fix source, re-export with accessibility
Historical document (no source) Remediate if important; provide text alternative
Legal/archival document Remediate; may need PDF/UA compliance
Frequently updated document Convert to web page for easier maintenance

Accessible PDF forms

PDF forms have additional accessibility requirements:

Better alternative: Web forms

Consider using web-based forms instead of PDF forms:

  • Microsoft Forms — Accessible and UA-supported
  • Qualtrics — For surveys and complex forms
  • HTML forms — Most flexible and accessible option

PDF accessibility checklist

Getting help

PDF remediation can be time-consuming. Get help:

Resources