PDF Accessibility: How to Make PDFs That Everyone Can Read

πŸ“… March 1, 2024 ⏱ 9 min read PDF Accessibility
Advertisement

An estimated 2.2 billion people worldwide have some form of vision impairment, and hundreds of millions more use assistive technology due to other disabilities. When you create a PDF that isn't accessible, you're excluding a significant portion of your potential audience β€” and potentially violating legal requirements in many jurisdictions.

What Is an Accessible PDF?

An accessible PDF is one that can be read and navigated by assistive technologies like screen readers (JAWS, NVDA, VoiceOver), magnification software, and alternative input devices. It's structured so that:

The PDF/UA Standard

PDF/UA (Universal Accessibility), standardized as ISO 14289, is the definitive technical standard for accessible PDFs. A PDF/UA-compliant document must be:

Legal Requirements for PDF Accessibility

PDF accessibility is not just a best practice β€” it's a legal requirement in many contexts:

How to Create an Accessible PDF from Word

Step 1: Use Proper Heading Styles in Word

Use Word's built-in heading styles (Heading 1, Heading 2, etc.) rather than manually bolding and enlarging text. These styles map to PDF heading tags (H1, H2) automatically during export, enabling screen reader users to navigate by heading.

Step 2: Add Alt Text to All Images

Right-click any image in Word, select "Edit Alt Text," and write a concise description. For decorative images that don't add information, mark them as decorative β€” screen readers will skip them.

Step 3: Create Accessible Tables

Use Word's table features properly: designate the header row (Table Properties β†’ Row β†’ Repeat as header row). Avoid merged cells where possible, as they confuse screen readers. Don't use tables for visual layout.

Step 4: Use Descriptive Hyperlink Text

Instead of "click here" or pasting raw URLs, use descriptive link text: "Download the annual report" or "Visit the contact page." This context is crucial for screen reader users who navigate by links.

Step 5: Export with Accessibility Options

When saving as PDF from Word, go to Options and ensure "Document structure tags for accessibility" is checked. This tells Word to include the structural tagging that makes the PDF accessible.

Step 6: Verify with Acrobat's Accessibility Checker

In Adobe Acrobat Pro: Tools β†’ Accessibility β†’ Accessibility Check. This automated tool identifies common issues. Fix anything flagged, then run a manual check by actually navigating the document with a screen reader or keyboard-only navigation.

Common Accessibility Failures to Avoid

FailureImpactFix
Scanned image PDF (no text)Screen reader reads nothingRun OCR to add text layer
Missing document titleScreen reader announces filenameAdd title in File β†’ Properties
Wrong reading orderContent read in confusing sequenceFix tag order in Acrobat
Color as only indicatorColorblind users miss informationAdd text labels or patterns
Low color contrastLow vision users can't read textEnsure 4.5:1 minimum contrast ratio

Start Your Accessible PDF Workflow

Convert your properly structured Word document to PDF and preserve all accessibility features.

Convert to PDF β€” Free
Advertisement

Related Articles