CASE STUDY : BUSINESS SURVEY REPORT DOCUMENT ACCESSIBILITY
Professional Data Report Remediation for Enterprise Client
Project Context:
Professional Survey Report | Employee Engagement Analytics
Role: PDF Accessibility Specialist
Document Type: 2-page business report with data tables and findings
Tools: Adobe Acrobat Pro DC, PAC (PDF Accessibility Checker), NVDA
Challenge
An enterprise client needed their employee engagement survey report to be accessible for internal distribution to staff with disabilities and for compliance with corporate accessibility policies. The original PDF was generated from survey software without accessibility features, resulting in an untagged document with no structural hierarchy, missing metadata, and content inaccessible to assistive technology users.
Initial Accessibility Assessment

Critical Issues Identified:
- Document not tagged – No structure tree; content unreadable by screen readers
- Missing document metadata – No title, author, or subject information
- No document language specified – Screen readers unable to select proper pronunciation
- Data tables unstructured – Survey results and statistics inaccessible
- Improper heading hierarchy – No semantic structure for document sections
- Reading order undefined – Content flow unclear for assistive technology
Before: Accessibility Checker Results


The accessibility checker confirmed the document was completely inaccessible: “This document is not tagged; the reading order of the contents may be incorrect.”
Remediation Process
Phase 1: Document Foundation Setup
- Document Title: “Employee Engagement Survey Results”
- Author: Set to organization name
- Subject: “Annual employee satisfaction and engagement analysis”
- Keywords: “Employee Engagement, Survey Results, Workplace Satisfaction”
- Language: English (en-US)
Phase 2: Document Structure Creation
- Used Add Tags to Document feature to create initial structure tree
- Manually reviewed and refined auto-generated tags
- Established proper heading hierarchy:
- H1: Document title “Employee Engagement Survey Results”
- H2: Major sections (Executive Summary, Key Findings, Recommendations)
- H3: Subsections within each major section
- Tagged all text content as paragraphs (
<P>tags) - Tagged bulleted lists with proper list structure (
<L>,<LI>tags)
Phase 3: Data Table Accessibility
- Identified data tables containing survey results
- Tagged tables with proper structure (
<Table>tags) - Defined table headers (
<TH>tags) for row and column identifiers - Associated data cells (
<TD>tags) with appropriate headers - Added table summary descriptions for context
Phase 4: Reading Order and Content Flow
- Used Touch Up Reading Order tool to establish logical content sequence
- Verified reading order follows visual layout (top-to-bottom, left-to-right)
- Ensured data tables read in proper row/column order
- Marked page numbers and headers as artifacts (background content)
Phase 5: Final Validation and Quality Assurance


Testing Performed:
- Adobe Accessibility Checker: Passed with zero violations
- PAC (PDF Accessibility Checker): Confirmed PDF/UA compliance
- NVDA Screen Reader Testing: Verified all content read correctly with proper heading announcements
- Table Navigation Testing: Confirmed data tables navigable with proper header associations
- Keyboard Navigation: Verified all content accessible without mouse
Technical Implementation Highlights
- Automated + Manual Approach: Used Adobe’s auto-tagging as foundation, then manually refined for accuracy
- Semantic HTML Mapping: Ensured PDF tags mapped to proper HTML equivalents (H1-H6, P, TABLE, etc.)
- Table Accessibility: Properly associated table headers with data cells for screen reader context
- Logical Content Order: Structured reading order to match visual presentation
- Metadata Optimization: Added comprehensive document properties for improved discovery and identification
Before vs. After Comparison
| Before Remediation | After Remediation |
|---|---|
| ❌ No document structure | ✅ Complete tag hierarchy with H1-H3 headings |
| ❌ Content unreadable by screen readers | ✅ All content accessible and navigable |
| ❌ Missing metadata | ✅ Title, Author, Subject, Keywords configured |
| ❌ Data tables unstructured | ✅ Tables properly tagged with header associations |
| ❌ No document language set | ✅ English (en-US) specified |
| ❌ Accessibility Checker: Multiple critical errors | ✅ Accessibility Checker: Zero violations |
Results & Impact
- 100% accessibility compliance – Transformed completely inaccessible document to fully compliant
- Section 508 and WCAG 2.1 AA compliant – Meets federal and international accessibility standards
- Screen reader compatible – Employees with visual disabilities can access survey findings
- Improved data navigation – Properly structured tables enable efficient navigation of survey results
- Corporate compliance – Document meets enterprise accessibility policy requirements
- Better document organization – Semantic structure benefits all users, not just those using assistive technology
Compliance Standards Met
- Section 508 (federal accessibility standard)
- WCAG 2.1 Level AA (Web Content Accessibility Guidelines)
- PDF/UA (ISO 14289-1) – Universal Accessibility standard for PDF documents
Tools & Technologies
Primary Tools: Adobe Acrobat Pro DC (Add Tags to Document, Touch Up Reading Order, Tags Panel)
Validation Tools: Adobe Accessibility Checker, PAC (PDF Accessibility Checker), NVDA screen reader
Standards: Section 508, WCAG 2.1 Level AA, PDF/UA (ISO 14289-1)
Reflection
This project exemplifies the transformation of completely inaccessible survey-generated content into a fully compliant, professionally structured document. Starting from a document with no accessibility features whatsoever, I systematically built a complete structure tree, established proper document metadata, created semantic heading hierarchies, and ensured data tables were properly structured for screen reader navigation.
The challenge with survey-generated reports is that they often export as flat, unstructured PDFs with no consideration for accessibility. This case study demonstrates my ability to take such documents and apply comprehensive remediation to achieve full Section 508 and WCAG 2.1 AA compliance.
The proper structuring of data tables was particularly important for this document, as survey results are meaningless to screen reader users if the relationship between headers and data cells isn’t explicitly defined. This work ensures that all employees, regardless of ability, can access and understand the survey findings.