Hire me
← Back

A11yPDF

A web-based tool designed to simplify PDF accessibility checks and empower users to create inclusive, standards-compliant documents.

0 views

Live Site
ROLE
Full-Stack Developer
Researcher
PLATFORM
Web Application
TECH STACK
Python, Flask
PDFMiner, PyMuPDF
OpenCV, Pandas, NumPy
LSA, K-Means
HTML/CSS, JavaScript
Bootstrap
CREDITS
Akhila Chintham
(UI Developer)
Related links
Publication 1
Publication 2
Project Overview
A11yPDF Accessibility tool- A simple, browser-based tool that helps creators make their PDFs more inclusive and accessible for everyone. During my Master’s program, I noticed a major gap in how we design digital documents. While PDFs are everywhere in research, education, publishing most of them are not accessible to people with disabilities. Whether it's missing alt text for images, unreadable fonts, or poor color contrast, these oversights can make information completely inaccessible. I set out to fix that with A11yPDF. This tool was designed to help non-technical users, like teachers, researchers, and designers, check their PDFs against key accessibility standards like WCAG and PDF/UA. You just upload a file, and the tool gives you a clear, visual report what’s working, what’s not, and how to fix it. It even includes unique features like:
  • Color-blindness simulation
  • Font checks for dyslexia readability
  • Summarization using LSA to support cognitive accessibility
  • And more...
What started as a research question became a real, usable product validated by almost 300 participants in a two-phase study. The project eventually led to a published paper and gave me a deep understanding of accessible design can empower inclusion.
Context & Problem
PDFs are one of the most commonly used formats for sharing documents but they’re also one of the least accessible. For many people with visual impairments, dyslexia, or cognitive challenges, navigating a poorly structured PDF can be frustrating or even impossible. Through our pre-survey of 159 users, we uncovered some key insights:
  • 48% had never heard of PDF accessibility
  • 69% didn’t know where to find accessibility guidelines
  • 89% had never used any accessibility tool
Beyond user behavior, broader studies show that:
  • Only 4.5% of PDFs are properly tagged
  • Just 2.4% meet basic WCAG compliance
While tools like Adobe Acrobat Pro, PAC 2, and CommonLook exist, they often fall short they’re too technical, too expensive, or focus narrowly on specific issues like screen reader support. They rarely help users understand what’s wrong or how to fix it. We realized what was missing: “A tool that’s free, simple, and built not just to evaluate accessibility but to teach it. ” That realization led to the creation of A11yPDF.
Goals & Research Questions
The goal of this project wasn’t just to build another accessibility checker it was to explore how we could educate and empower everyday document creators to make PDFs more inclusive. We wanted to understand:
  • How aware are people of PDF accessibility standards?
  • Do they know what features matter most?
  • Can a simple tool actually change their perspective and behavior?
To answer these, we conducted a two-phase study—starting with a pre-survey (159 participants), followed by tool usage, and ending with a post-survey (139 participants). The questions were carefully designed to capture both knowledge gaps and usability feedback. Here are the seven research questions that guided our work:
1. Awareness
To what extent are users aware of PDF accessibility guidelines like WCAG or PDF/UA?
2. Current Practices
How do people currently create and evaluate accessible PDFs (if at all)?
3. Feature Importance
Which features do users think are most important for accessibility?
4. Tool Comparison
How does A11yPDF compare to other tools users have tried (if any)?
5. Usability
Is A11yPDF easy to understand and use for non-technical users?
6. Design Influence
Does using A11yPDF influence how users think about accessible design?
7. Educational Impact
Does the tool help users feel more confident in creating accessible documents in the future?
These questions shaped not only the tool’s design but also how we measured its success.
Tool Features & Design
A11yPDF was designed to make PDF accessibility evaluation easy, informative, and inclusive. The tool goes beyond standard screen reader checks to address a wide range of real-world accessibility barriers—visual, cognitive, and navigational. A11yPDF Checks The tool analyzes 10 key accessibility features. The image below illustrates the full scope of these automated checks:
Page Header
(a) Page Header
Page Footer
(b) Page Footer
Page Header
(c) Page Number
Page Footer
(d) Link
Page Header
(e) Page & image Contrast
Page Footer
(f) Image Caption
Page Header
(g) Table Caption
Page Footer
(h) Dyslexia Friendly
Page Header
(i) Font Size
Page Footer
(j) Color Blindness
Feature Descriptions Here are the seven research questions that guided our work:
1. Header, Footer, and Page Number Detection
Ensures that each page contains consistent navigation elements crucial for screen readers and reference clarity.
2. Font Size & Type Check
Verifies that the document uses a minimum 14px font and sans-serif, dyslexia-friendly typefaces like Arial or Verdana.
3. Color Contrast Analysis
Uses OpenCV to check if text-to-background contrast meets WCAG 2.1 AA standards (minimum 4.5:1 ratio), ensuring visibility for users with low vision.
4. Color Blindness Simulation
Simulates how the document would appear to users with protanopia, deuteranopia, and tritanopia, helping authors avoid color-only cues.
5. Alt Text for Images
Detects missing or unhelpful alternative text, which is essential for visually impaired users who rely on screen readers.
6. Table Caption Check
Flags tables that lack descriptive captions, which assistive technologies need to explain data structure and meaning.
7. Hyperlink Accessibility
Evaluates the clarity, contrast, and usability of hyperlinks, ensuring they are recognizable and accessible.
8. Text Summarization
Uses Latent Semantic Analysis (LSA) to automatically generate summaries of long content especially helpful for readers with cognitive challenges or attention fatigue.
Feature Comparison To see how A11yPDF stands out from existing tools, we conducted a feature-by-feature comparison with other popular checkers such as Adobe Acrobat, PAC 2, and CommonLook.
Table 1. Feature Comparison of PDF Accessibility Evaluation Tools
Tool Name Year Header Footer Page Number Link Font Size Figure Caption Table Caption Dyslexia Friendly Image Contrast Color Blindness
FixRep2012YesNoNoNo NoNoNoNoNoNo
ZHAW2013YesNoNoNo YesNoYesNoNoNo
PAC 22014YesNoNoNo YesNoNoNoNoNo
ver-aPDF2017NoNoNoNo NoNoNoNoNoNo
AGAP2020YesNoNoNo NoNoYesNoNoNo
SciA11y2021YesYesNoNo NoNoNoNoNoNo
A11yPDF2024YesYesYesYes YesYesYesYesYesYes
A11yPDF is unique in its ability to support a broader spectrum of users, including those with visual impairments, dyslexia, and color blindness—while keeping the interface beginner-friendly and educational.
How It Works: A11yPDF User Flow
A11yPDF simplifies accessibility evaluation for PDFs through a structured, user-friendly workflow. The tool combines real-time analysis with educational support, enabling users to both understand and act on accessibility issues with confidence.

The following outlines how users interact with the application from start to finish:
  1. Upload the PDF

    Users begin by uploading their PDF file via a drag-and-drop interface or the “Browse File” button. Once the file is selected, clicking “Upload File” triggers the evaluation process.

  2. Dashboard & Accessibility Summary

    After uploading, users are redirected to the dashboard. Here, they can view:

    • The uploaded file name
    • An overall accessibility score
    • Key metrics (page count, number of images, tables, links)

    This serves as a quick overview before diving into deeper insights.

  3. Download Overall Report

    On the dashboard, users can click the “Overall Report” button to download a comprehensive evaluation report. This PDF includes accessibility metrics across all categories.

  4. Scroll to Individual Analysis

    As users scroll down, the tool displays category-wise evaluations:

    • Font Size
    • Image Captions
    • Links
    • Contrast
    • Headers/Footers
    • Image Contrast
    • Page Numbers
    • Fonts Family
    • Color Blindness
    • Table Caption
    • Dyslexia

    Each section is scored and visually represented via graphs or charts for clarity.

  5. Scroll to Individual Analysis

    Users can download a report for each individual category by clicking the “Generate Report” button beneath it. This allows for more focused insights.

  6. Access “More Info”

    If users want to learn why something is flagged or how to improve it, they can click “More Info” under each section. This opens contextual descriptions tailored to that specific feature (e.g., link structure or alt-text usage).

  7. Visit the About Page

    In the main navigation, clicking the info (“i”) button takes users to the About Page. This page explains:

    • What A11yPDF is
    • its mission
    • Technical background
    • Evaluation principles (e.g., WCAG 2.2 mapping)

    This ensures transparency and educates users along the way.

  8. View Evaluation Principles

    On the About Page, users can view a visual table mapping each PDF element (e.g., links, headers, font size) to the relevant WCAG 2.2 guideline and compliance level (A/AA/AAA).

    This supports the educational goal of A11yPDF to teach users while they improve.

  9. Key Takeaway

    A11yPDF goes beyond technical checks — it guides users through an intentional, user-friendly workflow. Each action, from file upload to downloading tailored reports, is designed to feel clear and purposeful.

    The visual flow diagram presented above captures this journey in context, helping viewers quickly grasp how the platform operates in practice. Together with the interface screenshots, it offers a complete picture of the user experience concise, accessible, and thoughtfully designed.

Tech Stack
A11yPDF was designed to be lightweight, browser-based, and accessible—leveraging a robust backend for deep PDF analysis while maintaining an intuitive front-end for users with no technical background. Core Technologies
Processing & Accessibility Analysis Smart Features & Machine Learning Data Collection & Surveys
Research & Evaluation
To evaluate the effectiveness and usability of A11yPDF, we designed a two-phase user study involving 298 participants from diverse academic and professional backgrounds. The goal was to understand users’ awareness of accessibility, how they interact with evaluation tools, and whether A11yPDF can influence behavior and decision-making when creating PDFs. Study Design The study followed a structured flow: Participants included both technical and non-technical users, with a range of familiarity with accessibility. Most had no prior experience using accessibility evaluation tools. Survey Structure The surveys were mapped directly to seven research questions (RQ1–RQ7), covering key themes such as awareness, practice, feature prioritization, tool feedback, and satisfaction.

Each question in the pre- and post-survey was classified by response type (e.g., close-ended, Likert scale, open-ended) and linked to its corresponding research objective.
Table 2. Set of Questions in Pre- and Post-Survey, with Type and RQ Mapping
Survey Question Type RQ
Pre-Survey Are you aware of the aspects required to make a PDF accessible? Close-ended RQ1
Pre-Survey Do you have familiarity with any of the following accessibility guidelines/laws? Close-ended RQ1
Pre-Survey Do you know where to find accessibility requirements for PDFs? Close-ended RQ1
Pre-Survey Do you consider any accessibility aspect or requirements when you create a PDF? Linkert RQ2
Pre-Survey Have you ever used any accessibility evaluation tools for PDF before? Close-ended RQ2
Pre-Survey How important are the following features in a PDF evaluation tool for you? Linkert RQ3
Post-Survey In your experience, how accurate were the evaluations provided by the tool? Linkert RQ4
Post-Survey Did the A11yPDF simulation tool available on the website help you in evaluating the accessibility of your PDF? Linkert RQ4
Post-Survey To what extent do you think the A11yPDF website raised your awareness and its impact on accessibility? Linkert RQ5
Post-Survey Indicate if you agree or disagree with the following statement “The A11yPDF website positively influenced my perspective on designing an accessible PDF” Linkert RQ5
Post-Survey To what extent has using the website influenced your approach to design and development PDF content? Linkert RQ5
Post-Survey After using the website, do you feel better equipped to design or develop accessibility PDFs? Linkert RQ5
Post-Survey If you have used any accessibility PDF related tools before, how would you compare the A11yPDF tool with it? Close-ended RQ6
Post-Survey Would you use A11yPDF tool to help you in your future PDF evaluation? Open-ended RQ7
Post-Survey Overall, how satisfied are you with the PDF evaluation tool? Linkert RQ7
Post-Survey Rate your overall experience with the A11yPDF website. Linkert RQ7
Post-Survey Was the website easy to navigate? Linkert RQ7
Post-Survey How clear and easy was it to understand the information provided on the website? Linkert RQ7
Post-Survey How did you find the website’s content useful in comprehending accessibility in PDF? Linkert RQ7
Post-Survey Please elaborate how your experience with the website has affected your approach to design and develop PDFs. Open-ended RQ7
Participants answered a consistent set of questions designed to evaluate their accessibility knowledge, behavior, and tool perception. Each response was analyzed in relation to one of the seven research questions guiding the study.
Survey Results by Research Question
This section presents the core findings from our two-phase user study, organized around the seven research questions (RQ1–RQ7) defined in the early stages of the project. The results include both quantitative data from Likert scales and multiple-choice questions, and qualitative insights from open-ended responses. The aim was to measure the tool’s impact on:
  • User awareness of accessibility standards.
  • Real-world practices in PDF creation.
  • Perceptions of usability and feature importance
  • Satisfaction and confidence post-evaluation.
Each RQ is followed by relevant data visualizations and a short analysis.
Survey Results by Research Question
This section presents the core findings from our two-phase user study, organized around the seven research questions (RQ1–RQ7) defined in the early stages of the project. The results include both quantitative data from Likert scales and multiple-choice questions, and qualitative insights from open-ended responses. The aim was to measure the tool’s impact on:
  • User awareness of accessibility standards.
  • Real-world practices in PDF creation.
  • Perceptions of usability and feature importance.
  • Satisfaction and confidence post-evaluation.
Each RQ is followed by relevant data visualizations and a short analysis.
RQ1: What is the level of user awareness regarding PDF accessibility challenges?
This research question explored users’ foundational understanding of PDF accessibility, including general awareness, ability to locate relevant guidelines, and familiarity with recognized accessibility standards.
Survey Results

1: Are you aware of the aspects required to make a PDF accessible?

Pie chart: 51.6% Yes / 48.4% No

Pie chart showing that 51.6% of users are aware, while 48.4% are not.

2: Do you know where to find accessibility requirements for PDFs?

Pie chart: 30.8% Yes / 69.2% No

Pie chart showing that 69.2% of users do not know where to find requirements.

3: Do you have familiarity with any of the following accessibility guidelines/laws?

Bar chart: WCAG 32.7%, ARIA 11.9%, ADA 10.7%, None 58.5%

Bar chart showing recognition rates for WCAG (32.7%), ARIA (11.9%), ADA (10.7%), and that 58.5% of users did not recognize any listed guidelines.

Key Findings
  • Just over half (51.6%) of participants were aware of what makes a PDF accessible.
  • Nearly 7 in 10 users (69.2%) didn’t know where to locate official accessibility requirements.
  • A majority (58.5%) were unfamiliar with any globally recognized accessibility standards.
Even among those with some awareness, only WCAG had notable visibility (32.7%). Most others—like ARIA, ADA, or Section 508—had recognition levels below 12%, and laws like Sugamya Bharat or the RPD Act were nearly unknown. Insight These results reveal a significant knowledge gap around PDF accessibility. While basic awareness is emerging, deep understanding of compliance requirements is lacking. This validated one of A11yPDF’s core goals: to not only check for issues but to educate users about the standards that define digital inclusion. The visual reports, terminology explanations, and accessibility summaries built into the tool directly address this awareness problem—bridging a critical learning gap for both academic and everyday users.
RQ2: What is the extent to which users adopt accessibility requirements for PDF in practice?
This research question aimed to uncover whether users actively consider accessibility while creating PDFs and whether they have ever used accessibility evaluation tools prior to trying A11yPDF.
Survey Results

4:Do you consider any accessibility aspect or requirements when you create a PDF?

Pie chart: 51.6% Yes / 48.4% No

Likert bar chart showing that 32.7% of participants selected “1” indicating no consideration of accessibility during PDF creation.

5:Have you ever used any accessibility evaluation tools for PDF before?

Pie chart: 30.8% Yes / 69.2% No

88.1% of participants reported never having used any PDF accessibility tool.

Key Findings
  • Nearly 1 in 3 users admitted to never thinking about accessibility when designing PDFs.
  • Only 11.9% had tried any accessibility evaluation tools prior to this study.
  • Among those who had, the most mentioned tools were:
    • WAVE
    • WCAG Validators
    • Microsoft Office Accessibility Checker
    • Adobe Acrobat Pro Accessibility Checker
Insight While awareness of accessibility (RQ1) was moderate, actual adoption in practice was significantly lower. Even among users with some familiarity, few implemented any accessibility practices in their daily document workflows. A11yPDF meets this challenge by offering an entry point that’s:
  • Simple to use
  • Guided visually
  • Built for education as well as evaluation
This positions it not just as a tool for checking PDFs, but as a first-step solution for bridging the gap between theory and practice.
RQ3: What are the most important accessibility requirements according to users?
This research question focused on identifying which accessibility-related features users find most important when evaluating a PDF. Participants rated the importance of nine common PDF accessibility criteria on a 5-point Likert scale.t
Survey Results

6:How important are the following features in a PDF evaluation tool for you? (Very Important:1, Important:2, Moderately Important:3, Slightly Important:4, Not Important:5)

Header & Footer Clarity

Bar chart: 46.5% Very Important, 39.0% Important
  • 46.5% of participants rated it as “Very Important” and 39.0% as “Important”.
  • Nearly 85% of users value structural clarity for headers and footers.

Page Number Visibility

Bar chart: 42.1% Very Important, 35.2% Important
  • 42.1% chose “Very Important”, 35.2% chose “Important”.
  • A combined 77.3% of users consider page numbers crucial for navigability.

Page Contrast

Bar chart: 37.1% Very Important, 45.3% Important
  • 37.1% rated it as “Very Important” and 45.3% as “Important”.
  • Over 82% recognized contrast as an essential visual factor.

Color Blindness Accessibility

Bar chart: 46.5% Very Important, 39.0% Important
  • 39.0% rated it as “Very Important”, with another 28.3% choosing “Important”.
  • Shows a strong awareness of inclusive design for vision diversity.

Font Size Appropriateness

Bar chart: 42.1% Very Important, 35.2% Important
  • 55.6% rated it “Very Important” — the highest rating across all features.
  • Readability remains the top user priority in document accessibility.

Dyslexia-Friendly Fonts

Bar chart: 37.1% Very Important, 45.3% Important
  • 29.6% said “Very Important”, 35.2% said “Important”.
  • A combined 64.8% of users care about typographic accessibility for dyslexic readers.

Image Captions

Bar chart: 46.5% Very Important, 39.0% Important
  • 39.0% rated as “Very Important”, and 41.5% as “Important”.
  • Over 80% see value in descriptive captions for images—especially for screen readers.

Table Captions

Bar chart: 42.1% Very Important, 35.2% Important
  • 42.1% rated as “Very Important”, 37.1% as “Important”.
  • 79.2% want tables to be supported with semantic labeling or summaries.

URL Links

Bar chart: 37.1% Very Important, 45.3% Important
  • 47.8% rated links as “Very Important”, and 34.6% as “Important”.
  • Well-formed hyperlinks are considered essential for document interaction.
Key Findings Participants most frequently rated the following features as “Very Important” (Rating 1):
  • Font Size Appropriateness – 55.6%
  • Dyslexia-Friendly Fonts – 47.8%
  • Header & Footer Clarity – 46.5%
  • Page Number Visibility – 42.1%
  • Image Captions – 39.0%
  • Color Blindness Accessibility – 39.0%
Even features rated lower (e.g., table captions, contrast, and URL links) still received majority support as either “Very Important” or “Important.” Insight These results reinforce the idea that accessibility is about more than screen reader compatibility it’s about cognitive clarity, readability, and structure. Participants emphasized features like font size, visual clarity, and support for dyslexia and color blindness. The findings directly validate A11yPDF’s design priorities, which check for these features by default. By covering these “high-value” elements, A11yPDF aligns with both user expectations and accessibility standards, making it both relevant and practical.
RQ4: To what extent do users perceive the A11yPDF tool as helpful in evaluating PDF accessibility?
After the development and implementation of the A11yPDF tool, we wanted to evaluate its effectiveness in assessing PDF accessibility. To achieve this, participants were asked to provide feedback on two key aspects:
  • The overall helpfulness of the A11yPDF tool in evaluating the accessibility of their PDFs
  • The perceived accuracy of the evaluations provided by the tool
Survey Results

7:Did the A11yPDF simulation tool available on the website help you in evaluating the accessibility of your PDF?

Pie chart: 51.6% Yes / 48.4% No
  • 50% of participants rated the tool as “Helpful”.
  • 38.6% said it was “Extremely Helpful”.
  • Only 10.7% were neutral
  • Just 0.7% found it “Not helpful at all”.
  • Over 88% of users found the tool positively impactful for accessibility evaluation.

8:In your experience, how accurate were the evaluations provided by the tool?

Pie chart: 30.8% Yes / 69.2% No
  • 51.1% rated A11yPDF’s evaluations as “Accurate”.
  • 32.4% found them “Very Accurate”.
  • Small numbers said “Somewhat Accurate” (7.2%) or “Cannot evaluate” (7.2%).
  • Only 2.2% felt the tool was “Not Accurate”.
  • Together, 83.5% of users trusted the evaluation accuracy of the tool.
Key Findings
  • A11yPDF was widely recognized as helpful and accurate, even by first-time users.
  • Users not only trusted the tool’s feedback but found it actionable.
  • The near-zero negative ratings ( <1% ) confirmed its general effectiveness and usability.
Insight The overwhelmingly positive response to A11yPDF confirms that accessibility tools don’t have to be technical or intimidating. By offering intuitive design, visual results, and guided recommendations, the tool was able to engage users from all skill levels and deliver evaluations they could trust. This strong performance across both perceived helpfulness and evaluation accuracy suggests that A11yPDF can serve as a reliable baseline accessibility checker, especially for those without prior accessibility knowledge or experience.
RQ5: Does the use of the A11yPDF tool have a measurable impact on user awareness of PDF accessibility?
With this research question, we sought to understand how exposure to the A11yPDF website influenced participants’ awareness, perspective, and confidence in designing accessible PDFs.
Participants were asked to:
  • Rate the website’s educational impact
  • Agree/disagree with statements about how the tool changed their design mindset
  • Reflect on their preparedness to apply accessibility in practice
Survey Results

8: To what extent do you think the A11yPDF website raised your awareness and its impact on accessibility?

Bar chart: 46.5% Very Important, 39.0% Important
  • 43.9% rated it 4 and 38.8% rated it 5 (Excellent).
  • Over 82% found the tool significantly raised their awareness.

9:Indicate if you agree or desagree with the following statement "The A11yPDf website positively influenced my perspective on designing an accessible PDF"

Bar chart: 42.1% Very Important, 35.2% Important
  • 48.8% agreed, and 38.8% totally agreed with the statement:
    • The A11yPDF website positively influenced my perspective on designing an accessible PDF.
    • 87.6% experienced a shift in how they view accessibility

10:To what extent has using the website influenced your approach to design and development PDF content?

Bar chart: 46.5% Very Important, 39.0% Important
  • 43.2% reported a strong influence, and 32.4% noted moderate influence.
  • Nearly 84% acknowledged a change in their design approach.

11:After using the website, do you feel better equipped to design or develop accessibility PDF?

Bar chart: 42.1% Very Important, 35.2% Important
  • 53.2% felt “Somewhat prepared,” while 42.4% felt “Very prepared”
  • A combined 95.6% now feel equipped to create more accessible content.
Key Findings
  • The A11yPDF tool didn’t just evaluate — it educated.
  • Users felt more informed, empowered, and ready to act.
  • The interface and results presentation helped change perceptions, not just behavior.
Insight A11yPDF proved to be more than a utility it acted as a teaching tool. By showing real-time issues in the user’s own document, it helped participants internalize accessibility principles and shift their mindset from reactive checking to proactive design. The result? A large majority walked away not just understanding accessibility, but feeling capable of applying it exactly what inclusive tools should do.
RQ6: How does our tool compare to other tools that evaluate PDF accessibility?
This research question aimed to understand how users perceived A11yPDF compared to other accessibility evaluation tools they may have used in the past. The goal was to evaluate relative usability, usefulness, and clarity.
Survey Results

12: If you have used any accessibility PDF related accessibility tools before, how would you compare the A11yPDF tool with it?

Pie chart: 51.6% Yes / 48.4% No
  • 51.1% of participants had never used any accessibility tool before.
  • Among those who had:
    • 20.1% said A11yPDF is much better
    • 15.8% said it’s somewhat better
    • 10.1% found it similar
    • Only 2.8% rated it as somewhat or much inferior
The overwhelming majority who had previous experience rated A11yPDF more favorably than their prior tools. Key Findings
  • More than half of users were first-time accessibility tool users.
  • Of those with experience, 36% preferred A11yPDF over their previous tools.
  • Only 2.8% found it inferior in any way — showing strong comparative performance.
Insight For many users, A11yPDF was their first introduction to accessibility tools — and even among experienced users, it stood out for its clarity and educational focus. Compared to technical or expensive alternatives, A11yPDF delivered a simpler, friendlier interface with actionable results. This demonstrates the tool’s effectiveness not just in performing evaluations, but in becoming a preferred choice among users with varying levels of experience.
RQ7: Is A11yPDF a functional tool for evaluating PDF accessibility?
This research question aimed to assess the overall functionality and user experience of A11yPDF, focusing on:
  • Ease of navigation
  • Clarity of content
  • Usefulness in understanding PDF accessibility
  • General satisfaction with the tool
Participants also had opportunities to provide open-ended feedback about their experience.
Survey Results

13. Rate your overall experience with the A11yPDF website.

Bar chart: 46.5% Very Important, 39.0% Important
  • 44.6% rated their experience as “Excellent”, 36.7% gave it a 4
  • A combined 81.3% had a strongly positive experience using the tool.

14. Was the website easy to navigate?

Bar chart: 42.1% Very Important, 35.2% Important
  • 58.3% rated it “Excellent”, 30.9% rated it 4
  • AShows high usability and navigational clarity.

15. How clear and easy was it to understand the information provided on the website?

Bar chart: 46.5% Very Important, 39.0% Important
  • 38.8% rated clarity as “Excellent”, 43.9% gave it a 4
  • Content is accessible and understandable for most users.

16. How did you find the website’s content useful in comprehending the accessibility in PDF?

Bar chart: 42.1% Very Important, 35.2% Important
  • 49.6% marked it “Excellent”, 38.8% chose 4
  • Nearly 90% found the tool useful for educational purposes.

17. Overall, how satisfied are you with the PDF evaluation tool?

Bar chart: 46.5% Very Important, 39.0% Important
  • 43.2% were “Very Satisfied”
  • 47.5% were “Satisfied”
  • 0% reported dissatisfaction
A total of 90.7% expressed high satisfaction with the tool experience. Key Findings
  • A11yPDF offers a frictionless, intuitive experience.
  • Users found the content easy to follow, and the site simple to navigate.
  • It scored especially well on its educational clarity, reinforcing its dual value as both a checker and teaching tool.
Insight The strong scores across satisfaction, usability, and comprehension confirm that A11yPDF succeeds where many accessibility tools fall short — it’s not just functional, but also friendly and informative. It proves that accessibility tools don’t have to be complicated. With the right UI and content structure, they can support both experts and beginners, guiding them toward better practices without overwhelming them.
Together, these findings demonstrate that A11yPDF succeeded in its dual mission: to evaluate accessibility accurately and to empower users to understand and improve their own documents. From raising awareness to shifting design behavior, the tool proved valuable to both novice and experienced users. These insights not only validated our design decisions but also revealed future opportunities to scale A11yPDF’s impact.
Impact & Key Insights
The development and deployment of A11yPDF resulted in measurable progress in improving accessibility awareness, behavior, and confidence among users. Through carefully designed surveys and evaluations, the study validated the tool’s effectiveness not only as a technical checker, but also as a practical learning platform. 1. Significant Improvement in Accessibility Awareness Before using A11yPDF:
  • Only 32.7% of participants said they considered accessibility when creating PDFs
  • 88.1% had never used any accessibility evaluation tool
  • Awareness of standards like WCAG, ARIA, and ADA was very limited
After using A11yPDF:
  • 82% reported an increased understanding of PDF accessibility
  • 95.6% felt better equipped to develop accessible content
  • Participants demonstrated improved ability to recognize and prioritize key accessibility issues such as font clarity, alt text, and link readability
A11yPDF successfully addressed a widespread awareness gap by making accessibility concepts discoverable through interactive use, not passive instruction. 2. Positive Shift in Design Behavior and Confidence A11yPDF influenced how users approached accessibility in their design and content creation process. Many respondents noted that:
  • They began noticing accessibility issues they had previously ignored
  • The visual feedback helped them understand why certain features were problematic
  • They felt more motivated to apply accessibility principles in future projects
Additionally, survey responses confirmed that the tool influenced not only knowledge acquisition but also behavioral change.

Real-time, guided interaction proved more effective than traditional compliance checklists in driving user reflection and design awareness.
3. Strong Usability and User Satisfaction Usability scores across all dimensions were consistently high:
  • 90% of users found the site easy to navigate
  • 90.7% reported overall satisfaction with the experience
  • 85%+ would use A11yPDF again in the future
  • The visual feedback and page-level reports were frequently highlighted as strengths
Users also appreciated the clean interface, plain-language descriptions, and section-specific reporting options.

The user interface directly contributed to increased engagement, trust in the results, and repeat usability.
4. A Learning Tool Embedded in a Functional Workflow Participants described A11yPDF not just as a tool to check compliance but as a way to learn and self-correct. The post-survey revealed that:
  • 87.6% agreed the tool changed their perspective on accessible design
  • 49.6% rated it “Excellent” in helping them understand accessibility
  • Many cited the tool as their first experience with applied accessibility evaluation
By embedding education directly into the tool’s flow (via tooltips, info panels, and report feedback), A11yPDF turned passive users into active learners. 5. Real-World Applicability and Broader Use Cases A11yPDF was well-received by both academic and casual users. The platform demonstrated potential across multiple contexts, including:
  • University-level coursework on HCI and inclusive design
  • Content creation teams seeking quick audit tools
  • Designers unfamiliar with formal accessibility standardsn
The ability to export reports for individual sections or the entire document made it particularly useful for iterative design and feedback.

A11yPDF fills an essential gap between professional-grade tools (often complex or costly) and beginner-friendly learning environments.
The study confirmed that A11yPDF is more than a diagnostic tool it is a catalyst for learning and behavioral change. It succeeded in delivering a guided, empowering experience that shifted user mindsets and improved design practices. By prioritizing usability, education, and actionable reporting, the tool helped users not just fix their documents but understand how to design with inclusion in mind.
Reflections & Learnings
A11yPDF was more than just a research prototype it was a deep, hands-on learning experience that challenged our assumptions and broadened our understanding of inclusive design. Throughout the project, we learned how to design and deliver an accessibility tool that wasn’t just functional, but truly impactful for everyday users.

This section reflects on the project’s practical lessons, design trade-offs, and the personal growth that came from building and testing A11yPDF.
What Went Well Challenges Faced What We Would Do Differently Personal & Team Takeaways
My Role
I was responsible for leading the design architecture, back-end development, accessibility logic, and the user research & evaluation of A11yPDF. This included planning, implementation, and post-launch analysis. My specific contributions included: Note: The UI for the A11yPDF application was developed by Akhila Chintham, who collaborated closely with me during feature integration and testing. Collaboration This project was completed as part of a research initiative during my postgraduate studies.

Key collaborators included:
  • Akhila Chintham – Frontend development & UI design
  • Wajdi Aljedaani (Faculty advisors) – Feedback on methodology and user research
  • Participants – 159 pre-survey users + 139 post-survey respondents
Resources & Citations
This section includes the references, and academic sources that supported the development, evaluation, and documentation of the A11yPDF project. Accessibility Guidelines Referenced
  • Web Content Accessibility Guidelines (WCAG) 2.2 : Link
  • PDF/UA Standards : Link
  • WAI-ARIA Practices : Link
  • Sugamya Bharat Abhiyan (India Accessibility Guidelines): Link
  • ADA, Section 508, and Universal Design Principles
Research Contribution
  • Primary Paper
    • Paper Title: A11yPDF: A Tool to Evaluate and Educate PDF Accessibility
    • Published in: CHI ’25 (Extended Abstract / Submission)
    • Link
    • Authors: Sandeep Kumar Rudhravaram, Akhila Chintham, Wajdi Aljedaani
  • Sub-Publication
    • Paper Title: A11yPDF: Bridging the Gap to Inclusive PDFs
    • Published in: W4A ’24: Proceedings of the 21st International Web for All Conference
    • DOI Link: https://doi.org/10.1145/3677846.3677859
    • Authors: Wajdi Aljedaani, Sandeep Kumar Rudhravarapu, Akhila Chintham, Marcelo M. Elier, Abdulrahman Habib
Research Contribution
  • GitHub Repository : Link
  • Demo Video : Link
  • Survey Forms : Link
Interested in hiring Me? Let’s Work Together I’m very approachable and would love to speak to you.
Feel free to call, send me an email .
Get in touch