Quick start: make a PDF accessible in 5 minutes

If you already have a document and need to make it accessible quickly, follow this streamlined workflow:

  1. Start with a structured source: Use heading styles (Heading 1, Heading 2, etc.) in Word or Google Docs.
  2. Add alt text: Right-click images → "Edit Alt Text" → describe the image concisely.
  3. Create the PDF with tags: Export using "PDF (best for accessibility)" in Word or enable "Tags" in Acrobat.
  4. Verify with a checker: Use LifetimePDF's accessibility checker or Adobe Acrobat's full check.
  5. Fix any issues: Address flagged problems like missing alt text or incorrect reading order.
If your PDF is a scan: Images-only PDFs are not accessible. Use OCR PDF to extract text, then tag the resulting document.

What WCAG compliance means for PDFs

WCAG (Web Content Accessibility Guidelines) is the international standard for making digital content accessible to people with disabilities. For PDFs, WCAG compliance means creating documents that screen readers and other assistive technologies can interpret correctly.

The four WCAG principles (POUR)

  • Perceivable: Information must be presentable in ways users can perceive (text alternatives for images, captions for multimedia).
  • Operable: Interface components must be operable (keyboard accessible, no content that causes seizures).
  • Understandable: Content must be readable and the interface must behave predictably.
  • Robust: Content must be interpreted reliably by user agents, including assistive technologies.

WCAG conformance levels

  • Level A: Basic accessibility requirements (minimum)
  • Level AA: The standard target for most organizations (includes Level A requirements)
  • Level AAA: Highest level (not required for most scenarios)
Most common target: WCAG 2.1 Level AA satisfies ADA, Section 508, and most international accessibility requirements.

Why accessible PDFs matter (legal and practical reasons)

Creating accessible PDFs isn't just good practice—it's increasingly required by law and demanded by stakeholders.

Legal requirements

  • Americans with Disabilities Act (ADA): Title III requires equal access to places of public accommodation, which courts have interpreted to include websites and digital documents.
  • Section 508: Federal law requiring electronic and information technology accessibility for government agencies and contractors.
  • European Accessibility Act (EN 301 549): Similar requirements for public and private sector organizations in the EU.
  • CVAA: 21st Century Communications and Video Accessibility Act for communications services.

Practical benefits

  • Wider audience: Over 1 billion people worldwide have some form of disability.
  • SEO advantages: Accessible structure improves search engine indexing.
  • Better usability for everyone: Accessible documents are more organized, navigable, and device-friendly.
  • Professional credibility: Accessible documents signal attention to detail and inclusivity.

Understanding PDF structure: tags, reading order, and content streams

To fix accessibility issues, you need to understand how PDFs are structured beneath the surface.

PDF tags: the hidden structure

PDF tags are like HTML tags—they define the document's logical structure. A tagged PDF tells screen readers:

  • Which text is a heading (H1, H2, H3)
  • What content is a list, table, or figure
  • The reading order of content
  • What text is alt text for images

Untagged PDFs have no structure—they're just a collection of drawing commands that screen readers can't interpret.

Reading order

The reading order determines the sequence in which assistive technologies present content. For multi-column layouts, the reading order must follow the logical flow (left column top-to-bottom, then right column), not the visual layout.

Content streams vs. tagged content

Every PDF has two layers:

  • Visual layer: What you see on screen (drawing commands)
  • Logical layer: The tagged structure that assistive technologies use

Accessible PDFs must have both layers working together—visual and logical order must match.


Best practices for source documents (Word, Google Docs, InDesign)

The best accessibility work happens before you create the PDF. A well-structured source document creates a naturally accessible PDF.

Microsoft Word best practices

  • Use Styles: Use Heading 1 for main titles, Heading 2 for sections, Heading 3 for subsections. Never format headings manually with bold/large text.
  • Alt text: Right-click images → "View Alt Text" → add descriptions.
  • Lists: Use the Bulleted or Numbered list buttons, not manual dashes or numbers.
  • Tables: Use Insert → Table. Define header rows. Avoid merged cells when possible.
  • Links: Use meaningful anchor text ("download the report" not "click here").
  • Export settings: File → Save As → PDF → Options → Check "PDF tags" and "Document structure tags for accessibility."

Google Docs best practices

  • Use heading styles: Format → Paragraph styles → Heading 1, 2, 3
  • Alt text: Right-click image → Alt text
  • Link text: Use descriptive text for hyperlinks
  • Export: File → Download → PDF (automatically preserves some accessibility)

Adobe InDesign best practices

  • Export with tags: File → Export → PDF (Interactive or Print) → Check "Create PDF Tags"
  • Reading order: Use the Articles panel to define content order
  • Alt text: Assign in the Tags panel or Object Export Options
  • Avoid accessibility blockers: Don't place text as images, avoid complex transparency effects
Pro tip: If you didn't create the original document, you can still fix accessibility in Acrobat Pro using the TouchUp Reading Order tool.

Complete accessibility checklist for PDFs

Before publishing a PDF, verify these elements:

Structure requirements

  • [ ] PDF is properly tagged with a logical structure
  • [ ] Heading tags (H1-H6) are used correctly
  • [ ] Reading order matches logical content flow
  • [ ] Bookmarks are added for long documents
  • [ ] Table headers are properly tagged

Content requirements

  • [ ] All images have meaningful alt text
  • [ ] Tables have proper structure (header rows, no merged cells)
  • [ ] Links use descriptive text, not URLs
  • [ ] Color is not the only way information is conveyed
  • [ ] Sufficient color contrast (4.5:1 minimum for body text)

Navigation requirements

  • [ ] Document language is specified
  • [ ] Title is set in document properties
  • [ ] No repeated content that screen readers announce unnecessarily
  • [ ] Form fields are properly labeled (if applicable)

Technical requirements

  • [ ] No scanned images of text (or OCR has been run)
  • [ ] Text is selectable (not flat images)
  • [ ] Font encoding is properly embedded
  • [ ] Accessibility checker passes with no errors

Step-by-step: add PDF tags for screen readers

Even if your source document wasn't accessible, you can add tags to the PDF using Adobe Acrobat Pro.

Method 1: Auto-tagging in Acrobat Pro

  1. Open the PDF in Adobe Acrobat Pro
  2. Go to Tools → Accessibility → Add Tags to Document
  3. Acrobat will analyze the document and apply tags automatically
  4. Review the Tags panel for any misidentified content

Method 2: TouchUp Reading Order

  1. Go to Tools → Accessibility → TouchUp Reading Order
  2. Select content regions in the visual preview
  3. Assign the correct tag type (Heading 1, Heading 2, Figure, Table, etc.)
  4. Adjust the reading order as needed

Method 3: Manual tagging

  1. Open the Tags panel (View → Show/Hide → Navigation Panes → Tags)
  2. Select content in the PDF or tags tree
  3. Right-click → New Tag to create structure elements
  4. Drag and drop to reorder tags
  5. Use the Create Tag Object tool for complex layouts
Tip: Always run the Accessibility Full Check after tagging to catch any remaining issues.

How to add proper alt text to images and figures

Alt text is the text equivalent of an image—it's what screen readers announce when they encounter visual content.

Writing effective alt text

  • Be concise: 125 characters or less for simple images
  • Describe the content: What would someone see if they could look at the image?
  • Be specific: "Chart showing 45% increase in Q3 sales" not just "chart"
  • Avoid "image of" or "picture of": Screen readers already identify it as an image
  • Skip decorative images: Mark purely decorative images as artifacts (no alt text needed)

Alt text examples

Image TypeBad Alt TextGood Alt Text
Photo of CEO"image""Maria Chen, CEO, speaking at the annual conference"
Bar chart"sales chart""Bar chart showing 45% sales increase in Q3 2025 compared to Q2"
Flowchart"process""Five-step workflow: Upload, Analyze, Edit, Review, Download"
Logo"company logo""LifetimePDF logo: blue shield with white document icon"
Icon"download icon""" (decorative—mark as artifact)

Adding alt text in Acrobat

  1. Go to Tools → Accessibility → Set Alternative Text
  2. Select the image in the document
  3. Enter the alt text description
  4. Click OK to save

Making scanned PDFs accessible with OCR

Scanned PDFs are just images—they contain no selectable text, making them completely inaccessible to screen readers.

How to tell if a PDF is scanned

  • Selection test: Try to highlight text. If nothing highlights, it's scanned.
  • Search test: Press Ctrl+F/Cmd+F. If nothing is found, it's scanned.

The accessibility workflow for scans

  1. Run OCR: Use LifetimePDF's OCR tool or Adobe Acrobat's OCR feature.
  2. Verify text extraction: Check that text is now selectable.
  3. Add tags: Use Add Tags to Document or TouchUp Reading Order.
  4. Add alt text: If the scan contained images, describe them.
  5. Verify: Run accessibility checker to confirm the document is now accessible.
Important: OCR isn't perfect. Always proofread the extracted text and verify accessibility, especially for complex layouts or poor-quality scans.

How to verify accessibility (testing tools)

Creating accessible PDFs is only half the battle—you need to verify that they actually work.

Built-in verification tools

  • Adobe Acrobat Pro: Tools → Accessibility → Full Check or Quick Check
  • LifetimePDF Accessibility Checker: Free online checker for basic accessibility issues
  • PDF Accessibility Checker (PAC): Free third-party tool with detailed reports

Screen reader testing

Automated tools catch most issues, but real user testing with screen readers reveals true accessibility:

  • NVDA (Windows): Free screen reader for Windows
  • VoiceOver (Mac): Built into macOS (Control + Option + F5)
  • JAWS: Industry-standard paid screen reader

Common verification steps

  1. Run automated accessibility checker
  2. Fix all flagged issues
  3. Navigate using only keyboard (Tab, arrow keys, Enter)
  4. Listen to the document using a screen reader
  5. Test with a real assistive technology user if possible

Common accessibility problems and fixes

Here are the most frequent accessibility issues and how to resolve them.

1. Missing or incorrect tags

Problem: Document has no structure, or headings are tagged as paragraphs.

Fix: Run Add Tags to Document, then manually correct misidentified elements in the Tags panel.

2. Images without alt text

Problem: Screen readers announce "image" with no description.

Fix: Select each image → Tools → Accessibility → Set Alternative Text → Add description.

3. Incorrect reading order

Problem: Multi-column content reads across columns before down.

Fix: Use TouchUp Reading Order to define proper content regions and sequence.

4. Scanned documents

Problem: No selectable text, completely inaccessible.

Fix: Run OCR to convert images to text, then add tags.

5. Tables without headers

Problem: Screen readers can't identify column headers.

Fix: In the Tags panel, tag header cells with and use TH elements for headers.

6. Low color contrast

Problem: Text is hard to read for users with low vision.

Fix: Use a contrast checker tool. Aim for 4.5:1 for body text, 3:1 for large text.

7. Empty alt text for decorative images

Problem: Screen readers announce decorative images unnecessarily.

Fix: Mark decorative images as artifacts in the Tags panel (right-click → Find).


ADA vs Section 508 vs WCAG: what you need to know

These are three different but related accessibility requirements. Here's how they connect.

WCAG: The technical standard

WCAG is developed by the World Wide Web Consortium (W3C) and provides the technical guidelines for web accessibility. It's not a law, but it's referenced by laws and standards worldwide.

Section 508: The US federal law

Section 508 of the Rehabilitation Act requires federal agencies to make their electronic and information technology accessible. It specifically references WCAG 2.0 Level AA as the compliance standard.

ADA: The civil rights law

The Americans with Disabilities Act prohibits discrimination based on disability. While it doesn't mention WCAG specifically, courts have consistently held that WCAG 2.0 Level AA is the standard for ADA compliance for digital content.

Quick reference table

StandardTypeScopeReference Standard
WCAG 2.1Technical guidelineInternational (voluntary)
Section 508US federal lawFederal agencies, contractorsWCAG 2.0 Level AA
ADA Title IIICivil rights lawPrivate entities, public accommodationsWCAG (interpretive)
EN 301 549European standardEU public sector, digital servicesWCAG 2.1 Level AA

Bottom line: Target WCAG 2.1 Level AA compliance and you'll satisfy ADA, Section 508, and most international requirements.

Get Lifetime Access for Accessibility Tools

Related LifetimePDF tools


FAQ (People Also Ask)

1) What is WCAG compliance for PDFs?

WCAG compliance for PDFs means creating documents that meet the Web Content Accessibility Guidelines, enabling people with disabilities to access the content using assistive technologies like screen readers. This requires properly tagged PDFs, meaningful alt text for images, correct reading order, and accessible document structure.

2) How do I make my PDF accessible?

To make a PDF accessible: 1) Use proper heading styles (H1, H2, H3) in your source document before creating the PDF, 2) Add alt text to all images and figures, 3) Use real text instead of images of text, 4) Create a logical reading order, 5) Add bookmarks for navigation, 6) Ensure sufficient color contrast, and 7) Run accessibility verification using tools like Adobe Acrobat's Full Check or LifetimePDF's accessibility checker.

3) What are PDF tags and why do they matter for accessibility?

PDF tags are structural elements that define the document's logical structure—similar to HTML tags in web pages. Tags tell screen readers the reading order, identify headings, lists, tables, and figures. Tagged PDFs are essential for WCAG compliance because untagged PDFs appear as meaningless content to assistive technologies, making them completely inaccessible to blind or visually impaired users.

4) What is the difference between ADA, Section 508, and WCAG?

WCAG (Web Content Accessibility Guidelines) is the international technical standard for web accessibility developed by W3C. Section 508 is a US federal law requiring federal agencies to make electronic information accessible—and it specifically references WCAG 2.0 Level AA. The ADA is a civil rights law prohibiting discrimination, and courts have interpreted it to require WCAG compliance for digital content. For PDFs, targeting WCAG 2.1 Level AA satisfies all three.

5) How do I check if my PDF is accessible?

Use the built-in accessibility checker in Adobe Acrobat Pro (Tools → Accessibility → Full Check) or LifetimePDF's free accessibility checker. For thorough testing, also verify manually by navigating the document using only a keyboard and listening to it with a screen reader like NVDA (Windows) or VoiceOver (Mac). This reveals issues that automated tools might miss.

6) Can I make a scanned PDF accessible?

Scanned PDFs are images without selectable text, making them completely inaccessible to screen readers. To make them accessible: 1) Run OCR (Optical Character Recognition) to convert images to selectable text, 2) Use a tool like LifetimePDF's OCR PDF or Adobe Acrobat's OCR feature, 3) Add tags to the document, 4) Add alt text to any images, and 5) Verify with an accessibility checker.

Ready to make your PDFs accessible?

Quick workflow for scanned PDFs: OCR → Tag → Add Alt Text → Verify

Published by LifetimePDF — Pay once. Use forever.