

Comprehensive guide to accessible document conversion. Learn WCAG 2.1 compliance, PDF/UA standards, screen reader compatibility, tagged PDFs, alt text, and creating documents accessible to all users.
Accessibility Best Practices for Document Conversion: WCAG 2.1 Guide

Quick Answer
Create accessible documents by following WCAG 2.1 (Web Content Accessibility Guidelines) standards: use proper document structure (headings, lists, tables), provide alt text for all images (descriptive, concise), create tagged PDFs that screen readers can navigate, ensure color contrast meets 4.5:1 minimum ratio, make interactive elements keyboard accessible, add table headers for data tables, provide document language declarations, and test with screen readers (NVDA, JAWS, VoiceOver) to verify accessibility before distribution.
Why Does Document Accessibility Matter?
Accessibility ensures documents are usable by people with disabilities, including those with visual, auditory, motor, cognitive, or learning disabilities. This isn't just about legal compliance—it's about creating inclusive content that everyone can access and understand.
The Scale of the Issue
Over 1 billion people globally (15% of world population) live with some form of disability. In the United States alone, approximately 61 million adults (26% of the population) have a disability affecting major life activities.
Visual disabilities (blindness, low vision, color blindness) affect how people perceive visual content. Screen readers convert text to speech or braille, but inaccessible documents prevent these tools from functioning properly.
Motor disabilities (limited dexterity, tremors, paralysis) affect how people interact with computers. Keyboard navigation and voice control replace mouse interaction, requiring documents to support alternative input methods.
Cognitive disabilities (dyslexia, ADHD, autism, intellectual disabilities) affect how people process information. Clear structure, simple language, and consistent formatting make content more comprehensible.
Auditory disabilities (deafness, hearing loss) affect audio content access. While less relevant for static documents, multimedia documents require captions and transcripts.
Legal Requirements
United States:
Section 508 (Rehabilitation Act) requires federal agencies and contractors to make electronic content accessible. This includes documents provided to employees and the public.
ADA (Americans with Disabilities Act) applies to state and local governments, public accommodations, and commercial facilities. Courts increasingly hold that inaccessible documents violate Title II and Title III.
CVAA (21st Century Communications and Video Accessibility Act) requires advanced communication services and video programming to be accessible.
State laws: Many states have additional accessibility requirements, often based on WCAG standards.
International:
European Accessibility Act requires member states to ensure accessibility of products and services by June 2025, including digital content.
EN 301 549 (European standard) specifies accessibility requirements for ICT products and services, referencing WCAG 2.1.
Canada: Accessible Canada Act requires federal organizations to remove barriers and prevent new barriers in documents and communications.
Australia: Disability Discrimination Act requires reasonable adjustments to ensure equal access, including accessible documents.
Legal consequences: Lawsuits (accessibility lawsuits have grown exponentially since 2015), financial penalties (fines and settlements often exceed $100,000), reputation damage, and mandatory remediation (court-ordered accessibility improvements).
Benefits Beyond Compliance
Accessible documents benefit everyone:
Improved usability: Clear structure and organization help all users find information faster, consistent formatting reduces cognitive load, and logical document flow improves comprehension.
Better SEO: Proper headings improve search engine indexing, alt text provides context for image search, and structured content is more easily parsed by algorithms.
Future-proofing: Accessible documents work with emerging technologies, voice assistants can better parse structured content, and AI tools can extract and process information more effectively.
Mobile-friendly: Proper structure adapts better to small screens, semantic markup enables responsive reflow, and keyboard navigation supports touch interfaces.
Broader audience: International users benefit from clear language and structure, older users appreciate larger, clear text and simple interfaces, and users in low-bandwidth environments benefit from text alternatives to images.
What Are WCAG 2.1 Standards?
WCAG (Web Content Accessibility Guidelines) developed by W3C (World Wide Web Consortium) provide comprehensive standards for accessible web content. While originally focused on websites, principles apply equally to documents.
The Four Principles (POUR)
Perceivable: Information must be presentable to users in ways they can perceive.
- Provide text alternatives for non-text content (images, charts, icons)
- Provide captions and transcripts for audio/video
- Create content that can be presented in different ways without losing meaning
- Make it easier for users to see and hear content (color contrast, text sizing)
Operable: User interface components must be operable.
- Make all functionality available via keyboard
- Give users enough time to read and use content
- Don't design content that causes seizures (flashing)
- Help users navigate and find content (headings, landmarks, skip links)
Understandable: Information and interface operation must be understandable.
- Make text readable and understandable (clear language, definitions)
- Make content appear and operate in predictable ways
- Help users avoid and correct mistakes (error identification, suggestions)
Robust: Content must be robust enough for interpretation by assistive technologies.
- Maximize compatibility with current and future tools
- Use valid markup and proper semantics
- Ensure content works across different platforms and devices
Conformance Levels
Level A (minimum): Basic accessibility features, addressing most severe barriers. All documents should meet Level A at minimum.
Level AA (recommended): Deals with biggest and most common barriers. This is the standard most organizations target and what most laws reference.
Level AAA (highest): Highest level of accessibility. Not required for all content due to practical limitations, but valuable for specific audiences.
Success criteria define specific requirements at each level. For example:
- 1.1.1 Non-text Content (Level A): Provide text alternatives for all non-text content
- 1.4.3 Contrast (Minimum) (Level AA): Text has 4.5:1 contrast ratio (3:1 for large text)
- 1.4.6 Contrast (Enhanced) (Level AAA): Text has 7:1 contrast ratio (4.5:1 for large text)
WCAG 2.1 vs WCAG 2.0
WCAG 2.1 (published June 2018) extends WCAG 2.0 with 17 additional success criteria focusing on:
Mobile accessibility: Larger touch targets, orientation flexibility, and gesture alternatives.
Low vision: Better support for zoom, reflow, and spacing.
Cognitive disabilities: Timeouts, motion triggers, and consistent identification.
WCAG 2.1 is backward compatible with WCAG 2.0—content that conforms to WCAG 2.1 also conforms to WCAG 2.0. Organizations should target WCAG 2.1 AA as the current standard.
How Do You Create Accessible Document Structure?
Proper Use of Headings
Headings provide document structure that sighted users perceive visually but screen reader users navigate programmatically.
Heading hierarchy:
- Heading 1 (H1): Document title (typically only one per document)
- Heading 2 (H2): Major sections
- Heading 3 (H3): Subsections under H2
- Heading 4-6: Further nested subsections
Rules for accessible headings:
Don't skip levels: H2 should follow H1, H3 should follow H2. Don't jump from H2 to H4 (skipping H3).
Don't use headings for styling: If text looks like a heading but isn't part of document structure, use bold or increased font size—not heading styles.
Be descriptive: "Introduction" is okay; "Chapter 1" alone isn't helpful. Better: "Chapter 1: Introduction to Accessibility"
Keep consistent: Use parallel structure (all gerunds, all questions, or all statements)
Microsoft Word:
Home tab > Styles group
Select text, apply Heading 1, Heading 2, etc.
Don't manually bold/enlarge text—use proper heading styles
Google Docs:
Format > Paragraph styles > Heading 1, Heading 2, etc.
Why headings matter: Screen readers provide shortcuts to jump between headings (H key in NVDA/JAWS), users get document overview by listing all headings, and improper heading structure makes navigation impossible.
Lists and Structured Content
Lists convey relationships between items, helping users understand organization.
Ordered lists (numbered) for sequential steps:
- Step one
- Step two
- Step three
Unordered lists (bulleted) for related items:
- Item one
- Item two
- Item three
Definition lists for term/definition pairs:
- Term: Definition of the term
- Another term: Another definition
Don't fake lists: Don't manually type "1." or "-" and think it's a list. Use proper list formatting so assistive technologies recognize structure.
Microsoft Word:
Home tab > Paragraph group > Bullets or Numbering
Google Docs:
Format > Bullets & numbering
Why lists matter: Screen readers announce "List with 3 items," users can skip entire lists if not interested, and proper nesting shows hierarchical relationships.
Tables with Proper Headers
Tables organize data into rows and columns, but accessibility requires marking which cells are headers and which are data.
Simple tables: One row of headers, one column of headers, or both.
Complex tables: Headers that span multiple columns/rows, multiple header rows, or irregular structures.
Header markup:
- Header cells (TH) describe rows/columns
- Data cells (TD) contain data
- Scope attribute defines whether header applies to row, column, or group
Example accessible table:
<table>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Age</th>
<th scope="col">City</th>
</tr>
</thead>
<tbody>
<tr>
<td>John Smith</td>
<td>34</td>
<td>New York</td>
</tr>
</tbody>
</table>
Microsoft Word:
Insert table > Table Tools > Design tab
Check "Header Row"
Repeat header rows on new pages: Table Properties > Row > Repeat as header row
Google Docs: Currently limited table accessibility support. Manually designate first row as headers.
Avoid:
- Using tables for layout (use proper formatting instead)
- Merged cells that create complex structures
- Blank cells (use "N/A" or similar)
- Multiple tables when one structured table suffices
Why table headers matter: Screen readers read header + data cell ("Name: John Smith, Age: 34, City: New York"), without headers, tables are incomprehensible to screen reader users, and proper headers enable navigation by row/column.
Reading Order and Tab Order
Reading order determines the sequence content is presented by screen readers and when tabbing through interactive elements.
Visual order ≠ programmatic order: Content might appear in specific order visually but be coded in different order. Screen readers follow code order, not visual layout.
Ensuring proper reading order:
Use proper document flow: Avoid complex layouts that require jumping around the page. Design for natural top-to-bottom, left-to-right flow (in left-to-right languages).
Check reading order: Use screen reader to verify order matches intended sequence.
Fix reading order (PDFs): Adobe Acrobat > Accessibility > Reading Order tool allows reordering content blocks.
Tab order (interactive elements): Ensure tab key moves through form fields, links, and buttons in logical order. Set explicit tab order if needed (but proper document structure usually handles this automatically).
Test: Press Tab key repeatedly and verify focus moves through document logically.
How Do You Handle Images and Alt Text?
When to Provide Alt Text
Informative images convey information critical to understanding:
- Photographs illustrating concepts
- Diagrams and charts
- Infographics
- Screenshots showing procedures
- Maps
Alt text: Describe information the image conveys. What would you tell someone over the phone?
Example:
- Image: Bar chart showing sales growth
- Alt text: "Bar chart showing 25% sales growth from Q1 to Q4 2024, with steady increases each quarter."
Decorative images are purely aesthetic, providing no information:
- Decorative borders
- Spacer images
- Stock photos that add visual interest but no information
- Background textures
Alt text: Mark as decorative (empty alt attribute) so screen readers skip them.
Example:
- Image: Decorative swirl border
- Alt text: "" (empty) or mark as decorative
Functional images are clickable (buttons, links):
- Icons that perform actions
- Logos that link to homepages
- Image buttons
Alt text: Describe the function/destination, not the image appearance.
Example:
- Image: Magnifying glass icon
- Alt text: "Search" (describes function) not "Magnifying glass" (describes appearance)
Complex images (charts, diagrams, infographics) require extended descriptions beyond alt text:
- Use alt text for brief summary
- Provide long description in document body or linked page
- Consider data tables as text alternatives to charts
Writing Effective Alt Text
Best practices:
Be concise: Alt text should typically be under 125 characters (screen readers may truncate longer text). If more detail needed, use separate long description.
Be specific: "Dog" is too vague; "Golden Retriever puppy playing with tennis ball" is better.
Don't say "image of" or "picture of": Screen readers already announce it's an image.
Provide context: Alt text should fit document context. Same image might need different alt text in different documents depending on relevance.
Don't repeat text: If image caption or surrounding text provides the same information, alt text can be brief or empty.
Include text in images: If image contains text (logos, signs, charts), include that text in alt text.
Avoid subjective interpretation: Describe what you see, not what you think it means (unless meaning is the point).
Bad alt text examples:
- "Image1234.jpg" (filename, useless)
- "Click here" (for functional image, doesn't describe destination)
- "A beautiful sunset over the ocean" (subjective, vague)
- "" (empty for informative image)
Good alt text examples:
- "Product comparison table showing Feature X available in Pro plan only"
- "Flowchart illustrating document approval process: Submit → Review → Approve/Reject → Archive"
- "Screenshot showing File menu with Save As option highlighted"
Adding Alt Text in Different Formats
Microsoft Word:
Right-click image > Edit Alt Text
Description field: Enter alt text
Mark as decorative: Check "Mark as decorative" for decorative images
Google Docs:
Right-click image > Alt text
Description field: Enter alt text
PowerPoint:
Right-click image > Edit Alt Text
Description field: Enter alt text
Adobe Acrobat (PDFs):
Accessibility > Set Alternate Text
Select image, enter alt text
Or: Touch Up Reading Order tool > Right-click element > Edit Alternate Text
HTML (web documents):
<img src="chart.jpg" alt="Bar chart showing 25% sales growth from Q1 to Q4 2024">
<!-- Decorative image -->
<img src="border.jpg" alt="" role="presentation">
<!-- Functional image -->
<a href="search.html"><img src="search-icon.png" alt="Search"></a>
Long descriptions (for complex images):
Method 1: Include detailed description in document body near image.
Method 2: Link to separate page with full description.
Method 3: Use longdesc attribute (limited browser support):
<img src="complex-chart.jpg" alt="Sales data by region 2024" longdesc="sales-description.html">
How Do You Create Accessible PDFs?
PDF/UA Standard
PDF/UA (PDF Universal Accessibility, ISO 14289) defines technical requirements for accessible PDFs.
PDF/UA requirements:
Tagged PDF: All content must be tagged with semantic structure (headings, paragraphs, lists, tables, etc.).
Reading order: Content must have logical reading order.
Alternative text: All images and non-text elements must have text alternatives.
Embedded fonts: All fonts must be embedded for proper rendering.
Document language: Primary language must be declared.
Document title: Meaningful title in document properties.
Security: No restrictions preventing assistive technology access.
Metadata: Required accessibility metadata present.
PDF/UA-1 (current version) ensures PDFs work with screen readers, refreshable braille displays, screen magnifiers, and voice recognition software.
Creating Tagged PDFs
Tagged PDFs embed structure using PDF tags (similar to HTML tags) that assistive technologies use to understand document organization.
From Microsoft Office:
Word to PDF (maintains accessibility):
File > Save As > PDF
Options: Check "Document structure tags for accessibility"
This creates tagged PDF if Word document was properly structured
Best practices before converting:
- Use built-in heading styles (not manual formatting)
- Mark decorative images appropriately
- Use proper lists, tables, and structure
- Add alt text to all images
- Check reading order
From Adobe InDesign:
File > Export > Adobe PDF (Print)
General: Compatibility: Acrobat 6 (PDF 1.5) or later
Advanced: Check "Create Tagged PDF"
From Adobe Acrobat (adding tags to untagged PDF):
Accessibility > Autotag Document
This attempts to add tags automatically
Always verify results—autotag isn't perfect
Manually tagging:
View > Show/Hide > Navigation Panes > Tags
Open Tags panel
Create tag structure manually using Add Tags tool
Verifying tags:
Accessibility > Accessibility Check (Full Check)
Reviews structure, reading order, alt text, and other accessibility features
Generates detailed report
Accessibility Checker
Adobe Acrobat Accessibility Checker identifies issues:
Running Full Check:
Tools > Accessibility > Full Check
Select options (usually check all)
Review report showing passed/failed/needs manual check items
Common issues flagged:
Document:
- Missing document title
- Missing language specification
- Security permissions that restrict accessibility
Page Content:
- Untagged content
- Missing alt text
- Incorrect reading order
- Low color contrast
- Tagged artifacts (decorative content incorrectly tagged)
Forms:
- Missing form field descriptions
- Missing tab order
- Non-keyboard accessible elements
Tables:
- Missing table headers
- Irregular table structure
Lists:
- Improperly nested lists
- Missing list tags
Headings:
- Skipped heading levels
- Empty headings
Fix issues:
- Some can be fixed automatically (Right-click issue > Fix)
- Others require manual correction (reading order, alt text, complex tables)
- Rerun checker after fixes to verify
Remediating Inaccessible PDFs
If you receive inaccessible PDF:
Prefer source file: If you have source (Word, InDesign, etc.), fix accessibility there and regenerate PDF. This is easier and more reliable than PDF remediation.
If only PDF available:
Autotag: Try Accessibility > Autotag Document first. This works reasonably for simple documents.
Manual remediation:
- Add tags: Create proper tag structure
- Set reading order: Accessibility > Reading Order tool, reorder content blocks
- Add alt text: Right-click images in Tags panel or Reading Order tool
- Fix tables: Add table headers, adjust structure
- Check headings: Ensure heading tags at proper levels
- Set language: File > Properties > Advanced, set Language
- Set title: File > Properties > Description, enter Title
- Test: Run Full Check, test with screen reader
Professional remediation: Complex documents with extensive images, tables, or unusual layouts may require professional remediation services.
How Do You Ensure Color and Contrast Accessibility?
WCAG Contrast Requirements
Contrast ratio compares luminance of foreground (text) and background colors.
WCAG 2.1 contrast requirements:
Level AA (minimum):
- 4.5:1 for normal text (under 18pt or under 14pt bold)
- 3:1 for large text (18pt+ or 14pt+ bold)
- 3:1 for UI components and graphics
Level AAA (enhanced):
- 7:1 for normal text
- 4.5:1 for large text
Why contrast matters: Low vision users (16.4 million adults in U.S. alone) struggle to read low-contrast text, users viewing screens in bright sunlight need higher contrast, older adults experience declining contrast sensitivity, and color blindness affects ~8% of men and ~0.5% of women.
Testing contrast:
WebAIM Contrast Checker: webaim.org/resources/contrastchecker/
Colour Contrast Analyser: Free desktop app for Windows and macOS, real-time contrast checking with eyedropper tool.
Adobe Acrobat Accessibility Checker: Includes contrast checking (may miss some issues).
Browser extensions: WAVE, axe DevTools include contrast checkers.
Examples:
- Good: Black (#000000) on white (#FFFFFF) = 21:1 (excellent)
- Good: Dark gray (#767676) on white = 4.54:1 (meets AA for normal text)
- Bad: Light gray (#AAAAAA) on white = 2.32:1 (fails all requirements)
- Bad: Yellow (#FFFF00) on white (#FFFFFF) = 1.07:1 (extremely poor)
Color Shouldn't Be the Only Cue
Don't rely solely on color to convey information, indicate actions, prompt responses, or distinguish elements.
Why: Colorblind users (8% of men, 0.5% of women) can't distinguish certain color combinations, screen readers don't convey color information, printed documents might be grayscale, and users might override colors for personal needs.
Bad examples:
- "Click the red button to submit, green button to save" (color-only instruction)
- Chart with color-only legend (no patterns or labels)
- Form fields with only red outline indicating errors (no text error message)
- Links distinguished only by color (not underlined or otherwise marked)
Good examples:
- "Click the Submit button (red) or Save button (green)" (color + text label)
- Chart with colors AND patterns or direct labels
- Form fields with red outline AND text error message below field
- Links underlined or bold in addition to different color
Patterns: Use patterns (stripes, dots, crosshatch) in charts and graphs in addition to color.
Labels: Direct labels on chart elements instead of color-only legends.
Icons: Add icons to color-coded elements (checkmark for success, X for error).
Text: Use text to describe status, not just color ("Status: Approved" not just green background).
Accommodating Color Blindness
Types of color blindness:
Protanopia (red deficiency): Red appears dark gray or black, difficulty distinguishing red from green, affects ~1% of men.
Deuteranopia (green deficiency): Green appears beige, difficulty distinguishing red from green, affects ~1% of men (most common).
Tritanopia (blue deficiency): Blue appears green, yellow appears violet, rare (~0.001% of population).
Accommodations:
Use colorblind-safe palettes: Choose colors distinguishable by all color blindness types, online tools provide colorblind-safe palettes, test designs with colorblindness simulators.
Adequate contrast: Higher contrast helps even when colors themselves are problematic.
Multiple cues: Pattern + color, icon + color, text + color.
Avoid problematic combinations:
- Red and green (most common issue)
- Blue and purple
- Light green and yellow
Testing tools:
Colorblind simulators:
- Color Oracle: Free, Windows/Mac/Linux, real-time simulation
- Coblis: Online color blindness simulator
- Adobe Photoshop/Illustrator: View > Proof Setup > Color Blindness options
Test your designs with simulators before finalizing to identify issues.
How Do You Test Document Accessibility?
Automated Testing Tools
Automated checkers identify many accessibility issues quickly but can't catch everything.
Microsoft Word Accessibility Checker:
Review > Check Accessibility
Shows errors, warnings, tips
Click each issue for explanation and guidance
Google Docs Accessibility Checker: Currently limited. Use third-party tools or manual testing.
Adobe Acrobat Accessibility Checker:
Tools > Accessibility > Full Check
Comprehensive checking for PDFs
Detailed report with pass/fail/manual check results
PAVE (PDF Accessibility Validation Engine): Free online tool, upload PDF for automated checking, detailed report.
CommonLook PDF Validator: Commercial tool, more comprehensive than Acrobat checker.
Limitations: Automated tools can check technical structure (are headings present? Is alt text provided?) but can't verify meaning (are headings properly nested? Is alt text accurate and helpful?). Manual testing is always required.
Screen Reader Testing
Screen readers convert text to speech or refreshable braille, primary assistive technology for blind users.
Common screen readers:
NVDA (NonVisual Desktop Access):
- Windows only
- Free and open-source
- Widely used, excellent compatibility
- Download: nvaccess.org
JAWS (Job Access With Speech):
- Windows only
- Commercial ($900-$1200+)
- Most popular professionally
- Extensive features
- 40-minute trial mode after reboot
VoiceOver:
- macOS and iOS
- Built-in (free)
- Good integration with Apple ecosystem
- Enable: System Preferences > Accessibility > VoiceOver
TalkBack:
- Android
- Built-in (free)
- Enable: Settings > Accessibility > TalkBack
Narrator:
- Windows
- Built-in (free)
- Basic features, less common professionally
- Enable: Windows key + Ctrl + Enter
Testing process:
1. Navigate by headings: Screen readers list headings, verify all major sections have headings, check hierarchy is logical, ensure headings are descriptive.
2. Navigate by landmarks: Screen readers can jump to regions (header, nav, main, aside, footer). Verify document structure uses proper semantic regions.
3. Read document: Listen to full document, verify reading order is logical, check that images have appropriate alt text, confirm links make sense out of context ("click here" is bad; "download accessibility guide PDF" is good).
4. Navigate tables: Verify screen reader announces table with X rows and Y columns, check that headers are properly read with data cells, confirm navigation by row/column works.
5. Interact with forms: Verify form fields have proper labels, check that required fields are identified, confirm error messages are accessible, test that form can be completed with keyboard only.
6. Check lists: Verify lists announced as lists with item counts, confirm nesting is properly conveyed.
Common NVDA/JAWS commands:
- H: Next heading
- Shift+H: Previous heading
- 1-6: Jump to heading levels (1 = H1, 2 = H2, etc.)
- T: Next table
- K: Next link
- G: Next graphic/image
- L: Next list
- Insert+F7: List all elements (headings, links, forms, etc.)
Important: Don't assume your first attempt is accessible. Screen reader testing often reveals issues automated checkers miss.
Manual Accessibility Review
Automated testing catches ~30-50% of issues. Manual review is essential.
Checklist:
Structure:
- Document title is meaningful and unique
- Headings reflect document structure
- No heading levels skipped
- Lists use proper list formatting
- Reading order is logical
- Tables have proper headers
Text:
- Text can be resized without loss of content or functionality
- Line length is reasonable (50-80 characters for body text)
- Text is left-aligned (not justified, which creates uneven spacing)
- Language is clear and concise
- Abbreviations and acronyms defined on first use
- Font size is at least 12pt for body text
Images:
- All informative images have alt text
- Alt text is accurate and concise
- Decorative images marked as decorative
- Complex images have long descriptions
- No text embedded in images (or included in alt text if unavoidable)
Color and contrast:
- Text has sufficient contrast (4.5:1 minimum for normal text)
- Color is not the only way information is conveyed
- Links are distinguishable from surrounding text (not just by color)
- Charts use patterns in addition to color
Links:
- Link text is descriptive (not "click here")
- Links make sense out of context
- External links identified (or consistently styled)
Forms (if applicable):
- All form fields have visible labels
- Labels are properly associated with fields
- Required fields are identified
- Error messages are clear and accessible
- Form can be completed with keyboard alone
PDFs:
- PDF is tagged
- Reading order is correct
- Bookmarks provided for long documents
- Security settings don't restrict accessibility
User testing: If possible, have actual users with disabilities test documents. Their experience reveals issues that technical testing misses.
Frequently Asked Questions
What is the difference between Section 508 and WCAG?
Section 508 is U.S. federal regulation requiring federal agencies and contractors to make electronic content accessible. WCAG (Web Content Accessibility Guidelines) is international W3C standard defining how to make content accessible. Relationship: Section 508 was updated in 2017 to incorporate WCAG 2.0 Level AA by reference—so complying with WCAG 2.0 AA meets Section 508 requirements. Practical difference: Section 508 is legally binding in U.S. federal context, while WCAG is voluntary consensus standard adopted worldwide (though many laws reference WCAG). Organizations should target WCAG 2.1 AA as it's more current and comprehensive than WCAG 2.0, and meets Section 508 requirements plus covers mobile accessibility and other modern concerns. WCAG 2.2 (scheduled for 2023) will further extend WCAG 2.1, but as of 2025, WCAG 2.1 AA is the practical standard.
Can I make scanned documents accessible?
Yes, but it requires work. Scanned documents are images—screen readers can't read them without additional processing. Process: OCR (Optical Character Recognition): Convert image to text using OCR software (Adobe Acrobat Pro, ABBYY FineReader, Tesseract open-source). This extracts text from scanned images. Verify accuracy: OCR isn't perfect—review output and correct errors manually. Poor quality scans = poor OCR accuracy. Add structure: Apply headings, lists, table structure to recognized text. Add alt text: Any images within scanned document need alt text. Create tagged PDF: Ensure final PDF is properly tagged and structured. Alternative: If scanned document is important and extensive, consider retyping in properly structured format rather than relying on OCR. Prevention: Don't create scanned documents when born-digital alternatives exist. Create accessible documents from the start rather than scanning inaccessible printouts. For truly inaccessible source documents (old books, historical materials), transcription + proper structure is most reliable approach.
How do I make forms accessible?
Accessible forms require: Visible labels: Every form field must have visible text label (not placeholder text as the only label). Place labels before fields (left or above). Programmatic association: Label must be programmatically associated with field so screen readers announce label when field receives focus. Microsoft Word: Use built-in content controls (Developer tab > Controls), right-click control > Properties to set Title (acts as label). Adobe Acrobat: Use Forms > Prepare Form, ensure each field has Tooltip (acts as label), set Tab Order: Pages panel > Page Thumbnails > right-click page > Page Properties > Tab Order > Use Document Structure. Required fields: Indicate required fields with (required) text, not just asterisks or color. Field descriptions: Provide instructions for complex fields, help text for format requirements (date format, phone number format). Error handling: When errors occur, identify which fields have errors in text (not just red outline), explain what's wrong, suggest how to fix, move focus to first error. Keyboard access: Entire form must be operable with keyboard alone (Tab, Shift+Tab, Enter, Space, arrow keys). Logical tab order: Tab moves through fields in logical order (usually top to bottom, left to right). Test: Complete form using only keyboard, complete form with screen reader, intentionally trigger errors and verify clear feedback.
What about multimedia in documents?
Multimedia accessibility ensures audio and video content is accessible to deaf, hard of hearing, blind, and low vision users. Requirements: Captions (for video/audio): Text synchronized with audio, includes spoken dialogue and important sounds ("door slams," "[music]"), open captions (always visible) or closed captions (can be toggled). Transcripts (for audio): Full text version of audio content, including speaker identification, important sounds, describes visual information. Audio descriptions (for video): Narration describing important visual content during pauses in dialogue, essential for blind users. Synchronized media alternatives: Combine captions, transcripts, and audio descriptions to make content fully accessible. Controls: Media players must have keyboard-accessible controls (play, pause, volume, captions toggle), sufficient time to read captions, and ability to pause/stop. No auto-play: Don't automatically play audio/video—require user interaction to start. Avoid flashing: No content flashes more than 3 times per second (can trigger seizures). In document context: Embedded videos in PDFs must meet these requirements, or provide links to accessible versions on accessible web pages. Consider linking to external platforms (YouTube with captions) rather than embedding directly in documents.
How do I handle multilingual documents?
Multilingual accessibility requires Language declaration: Set document language in properties, declare language changes inline for foreign phrases/sections. Why: Screen readers use language setting to select correct pronunciation. English screen reader reading French content with English pronunciation is unintelligible. Microsoft Word: Review > Language > Set Proofing Language, select text in different language, apply appropriate language. Adobe Acrobat: File > Properties > Advanced > Language (sets default), for language changes within document, use Tags panel to set language on specific tags. HTML: <html lang="en"> for document language, <span lang="fr">Bonjour</span> for inline language changes. Translation: If providing translations, ensure all versions are equally accessible (don't create accessible English version but inaccessible Spanish version). Alt text: Translate alt text into document language. Direction: Right-to-left languages (Arabic, Hebrew) require proper direction setting. Character encoding: Use UTF-8 to support all characters/languages. Testing: Have native speakers review translations, test with screen readers configured for target language (pronunciation/grammar differs).
What if I need to convert an inaccessible document?
Scenarios: Received inaccessible PDF, need to convert to accessible format; have accessible Word document, converting to PDF. Best practices: Preserve accessibility: Many conversions lose accessibility features. Choose conversion methods that preserve structure. Word to PDF: Use File > Save As > PDF with "Document structure tags for accessibility" checked. This preserves headings, alt text, and structure. PDF to Word: Adobe Acrobat > File > Export To > Microsoft Word > Word Document. Structure is preserved reasonably for simple documents, complex documents may require manual cleanup. Inaccessible PDF to accessible PDF: If you have source document (Word, InDesign), fix accessibility there and regenerate PDF. If PDF is all you have, remediate using Adobe Acrobat (add tags, reading order, alt text). Use 1converter.com carefully: Online converters (including ours) may not preserve accessibility markup. For documents requiring accessibility: prefer direct export from source application (Word > Save As PDF), verify accessibility after conversion (run accessibility checker), or manually re-add accessibility features if lost during conversion. Prevention: Create accessible documents from the start, maintain source files for regeneration if needed, and test accessibility before and after any conversion.
Are Microsoft Office documents accessible by default?
Not automatically, but Office provides excellent tools to create accessible documents. What Office does automatically: Uses proper heading styles (if you use them), preserves document structure, includes accessibility checker, supports alt text and other accessibility features. What you must do: Use built-in styles (headings, lists, tables)—don't manually format, add alt text to images, check reading order, verify color contrast, run Accessibility Checker and fix issues, add table headers, ensure proper tab order in forms. Common mistakes: Manually formatting headings (bold + large font instead of Heading styles), using tables for layout instead of proper structure, adding images without alt text, using color alone to convey meaning, complex layouts that break reading order. Best practice: Use built-in templates as starting points (they include proper structure), learn and use Styles (not manual formatting), run Accessibility Checker frequently during creation (not just at the end), and enable real-time accessibility feedback: File > Options > Accessibility > Check for accessibility issues while I work. Converting to PDF: Always use "Save As PDF" with accessibility option checked, never "Print to PDF" (loses all structure).
How often should I test document accessibility?
Throughout the creation process, not just at the end. Development stage: Use real-time checkers (Microsoft Word's continuous accessibility feedback), structure document properly from the beginning (easier than retrofitting), add alt text as you insert images (not in bulk at the end), check heading structure as you write sections. Before finalization: Run full accessibility check (Word/Acrobat Accessibility Checker), test with screen reader (navigate by headings, read portions aloud, check forms/tables), verify color contrast, review with checklist. Before distribution: Final full check, test on different devices/platforms (accessibility can break across environments), verify conversions didn't break accessibility (if converting formats), consider having disability services review high-stakes documents. Ongoing: Re-test when making significant edits, annual review of existing published documents (accessibility standards evolve), test new document types/templates once, then spot-check future instances. Organizational level: Establish accessibility testing as part of standard workflow, train all content creators on accessibility, designate accessibility champions or specialists, conduct accessibility audits of document libraries. Philosophy: Accessibility isn't a one-time checklist—it's continuous commitment to inclusive practices. Building accessibility into workflow from the start is far easier than retrofitting inaccessible documents after distribution.
What happens if my document isn't accessible?
Consequences vary by context: Legal risks: Lawsuits under ADA, Section 508, state laws (settlements often exceed $100,000), mandatory accessibility improvements (court-ordered remediation), negative publicity and reputation damage. Educational institutions: OCR complaints (Office for Civil Rights), loss of federal funding (if patterns of non-compliance), lawsuits from students with disabilities, state disability rights complaints. Government: Section 508 non-compliance, contractual penalties for contractors, inspector general findings, congressional oversight. Business: ADA Title III lawsuits (if public accommodation), customer complaints and loss, brand reputation damage, exclusion of potential customers with disabilities. Practical impacts: People with disabilities can't access your information, legal and ethical failures, missed business opportunities (disability market = $490B+ spending power), SEO penalties (inaccessible documents rank worse), poor mobile experience (accessibility features improve mobile usability). Financial: Legal costs (defense, settlements, remediation), opportunity costs (lost customers, contracts), reputational costs (media coverage, customer loss). First step if you receive complaint: Don't ignore or dismiss it, take it seriously and respond professionally, assess situation (how inaccessible is the document? how critical is it?), develop remediation plan with timeline, communicate plan to complainant, implement fixes and verify accessibility, and establish processes to prevent future issues.
Can accessibility affect document file size?
Minimal impact—accessibility features add little to file size: What increases size: Alt text: Text is extremely small—adding alt text to hundreds of images might add 10-50 KB total. Tags (PDF): Tagged PDF structure adds 5-15% to file size typically. For 1 MB PDF, this means 50-150 KB increase. Embedded fonts (PDF/UA requirement): Embedding fonts (if not already embedded) can add 50-200 KB per font. Metadata: Accessibility metadata adds <1 KB. What doesn't increase size: Proper heading structure (Word, HTML), semantic markup, color contrast (no file size impact), keyboard accessibility (no file size impact), logical reading order (no additional data). Comparison: Accessibility markup is minuscule compared to images, embedded media, or high-resolution graphics. A single high-resolution photo might be 5 MB—accessibility features for entire 50-page document might add 100-200 KB. Trade-off: Even if accessibility doubled file size (it doesn't), legal requirements and moral obligation to include people with disabilities vastly outweigh any file size concerns. Optimization: Modern compression ensures accessible documents remain reasonably sized, optimize images and media separately from accessibility concerns (these are largest size factors), and use PDF optimization tools to reduce size while preserving accessibility.
Conclusion
Creating accessible documents isn't optional—it's a legal requirement, ethical imperative, and practical necessity. Over 1 billion people globally have disabilities, and inaccessible documents exclude them from information, opportunities, and participation.
The good news: accessibility is achievable. Use proper document structure with semantic headings, lists, and tables. Provide text alternatives for images and complex graphics. Ensure sufficient color contrast and don't rely on color alone. Create tagged PDFs that screen readers can navigate. Test with automated checkers and screen readers.
Start accessibility during creation, not as an afterthought. Building accessibility into your workflow from the beginning is far easier than retrofitting inaccessible documents. Train everyone who creates documents on accessibility basics. Establish organizational standards and use templates that incorporate accessibility by default.
Target WCAG 2.1 Level AA compliance as your baseline. This meets most legal requirements and addresses the majority of accessibility barriers. For critical documents or specialized audiences, consider Level AAA where practical.
Remember: Accessibility benefits everyone, not just people with disabilities. Clear structure improves comprehension for all users. Proper semantic markup enables better search and automation. Mobile users benefit from accessibility features. Future technologies can better process and repurpose accessible content.
When converting documents between formats, be vigilant about preserving accessibility features. Not all conversion tools maintain semantic structure, alt text, or tagging. For critical accessible documents, verify accessibility after any conversion and manually restore features if necessary.
Ready to learn more about creating accessible, secure documents? Explore our guides on document conversion best practices, file security, and handling sensitive documents. When converting files, 1converter.com supports over 200 formats with fast, secure conversion—but remember that accessibility features may require verification after conversion. For documents requiring WCAG compliance, carefully review and test after any format conversion to ensure accessibility is preserved.
Related Articles:
- How to Choose the Right File Format for Your Needs
- PDF Accessibility: Complete Guide to PDF/UA
- WCAG 2.1 Compliance Checklist for Documents
- Screen Reader Testing Guide for Documents
- Creating Accessible Charts and Graphs
- Form Accessibility Best Practices
- Color Contrast Guide for Accessible Design
- Alt Text Writing Guide: Best Practices
- Section 508 Compliance for Federal Contractors
- Document Remediation Services: When to Use Them
About the Author

1CONVERTER Technical Team
Official TeamFile Format Specialists
Our technical team specializes in file format technologies and conversion algorithms. With combined expertise spanning document processing, media encoding, and archive formats, we ensure accurate and efficient conversions across 243+ supported formats.
📬 Get More Tips & Guides
Join 10,000+ readers who get our weekly newsletter with file conversion tips, tricks, and exclusive tutorials.
🔒 We respect your privacy. Unsubscribe at any time. No spam, ever.
Related Articles

File Security: How to Protect Your Converted Files in 2025
Complete guide to file security best practices. Learn encryption methods (AES-256), password protection, secure deletion, permissions, and how to prot

File Naming Conventions: A Complete Guide for 2025
Master file naming conventions with proven strategies for consistent, searchable, and professional digital file management. Includes templates and bes

How to Handle Sensitive Documents During Conversion: Security Guide 2025
Complete guide to converting sensitive documents safely. Learn about PII protection, HIPAA compliance, redaction techniques, secure conversion tools,