PDF Accessibility · ADA Title II · DOJ Compliance

How to make a PDF ADA compliant.
And why even a perfect one fails.

The short version: tag the document structure, set the reading order, write alt text for every image, label every form field, declare the language and title, check color contrast, then test with a real screen reader. Do all seven and your PDF is as accessible as a PDF gets. It still will not reliably pass.

After years of testing on axes4 (axesPDF) and with real screen-reader users, we kept reaching the same conclusion: no matter how carefully a PDF is tagged, it never reliably passes WCAG 2.1 AA or holds up for blind users on JAWS and VoiceOver. The fix that actually works — and the one Web Chick now uses for every fillable form — is converting the PDF to clean, hand-coded HTML where the code can be controlled and tested end-to-end.

Answer first

The seven steps, if you want to try.

This is the real checklist, the same one accessibility auditors work from. Nothing here is withheld. Work through it and you will have a genuinely better document than you started with.

  1. Tag the structure. Headings, paragraphs, lists and tables must be marked as what they are, not just styled to look like it. Untagged text is a wall of characters to a screen reader.
  2. Set the reading order. Visual order and tag order are different things. A two-column layout often reads straight across both columns unless you fix it by hand.
  3. Write alt text for every image. Decorative images get marked as artifacts so they are skipped entirely.
  4. Label every form field. Each field needs a name and a tooltip. Unlabelled fields are announced as “edit text” with no clue what belongs in them.
  5. Declare the document language and title. Without a language, screen readers guess the pronunciation. Without a title, the tab and the file are anonymous.
  6. Check color contrast. WCAG 2.1 AA wants 4.5:1 for body text. Scanned or design-locked documents usually miss it.
  7. Test it with an actual screen reader. Not a checker. JAWS or VoiceOver, and ideally someone who uses one daily.

Now the part most guides leave out: step seven is where it falls apart. Every PDF we have taken through all seven steps still failed on JAWS somewhere, usually in the form fields. That is not a skill problem. Read on.

The honest truth

We tried to make PDFs pass.
Nothing passed.

This page used to stop at the checklist above. Tutorials, video walkthroughs, the whole PDF-tagging playbook, and nothing after it. What follows is what we learned when we tested the results. After years of compliance work for county offices, townships, villages and small businesses, the verdict was unavoidable: PDFs do not reliably pass the standards the DOJ now expects.

Even tagged, the same PDFs failed axes4. Even fixed, JAWS users couldn’t complete the forms. The format itself was the problem.

Don’t take our word for it

Test your own PDFs on the same checker we used.

Upload any of your fillable forms to axes4’s free online accessibility checker — the same tool accessibility auditors use. See whether your PDFs actually PASS the compliance rules, or fail like everyone else’s.

Test a PDF on axes4 (opens in a new tab on an external site — axes4 is a third-party tool not maintained by Web Chick, and its accessibility cannot be guaranteed)

You’ll leave webchick.com and open axes4.com in a new tab. axes4 is a third-party tool — we can’t guarantee the testing site’s own accessibility.

PDFs were designed for fixed-page print fidelity, not for assistive technology. The accessibility tree screen readers depend on doesn’t live cleanly inside a PDF. Tags break across readers. Form fields lose their labels. Reading order drifts. Even paid tagging tools produce documents that flunk axes4 (axesPDF) testing — the gold-standard PDF accessibility checker.

So we stopped trying to patch a broken format and started converting PDFs to HTML. With HTML, we control every element of the code, name every label, define every reading order, and test the result against the same screen readers our clients’ users actually rely on.

Our Process

How PDF to HTML conversion works.

Every fillable PDF is rebuilt from the ground up — not auto-converted by a script, not run through a tool. Hand-coded HTML/CSS, structured for WCAG 2.1 AA and Section 508, then tested with the people and software the law is meant to protect.

Step 01

Audit the original PDF

We map every field, label, signature line, and dependent logic in the original document so nothing gets lost in the rebuild.

Step 02

Rebuild as hand-coded HTML

Semantic HTML5, proper labels, ARIA where needed, full keyboard support. No frameworks, no auto-converted junk — clean code we can defend.

Step 03

Test with real assistive tech

JAWS, VoiceOver, and a legally blind assistant walk through every form before delivery. If they can’t complete it, neither can your residents.

Final Testing

Three layers of accessibility testing.
No shortcuts.

Automated checkers catch the obvious mistakes — they miss everything else. Every Web Chick HTML conversion is validated by humans and by the screen readers your users actually run.

Human Test

Legally blind assistant

Every converted form is walked through by an actual screen-reader-dependent user. Real keystrokes, real navigation, real feedback before anything ships.

macOS / iOS

VoiceOver

Built-in Apple screen reader testing on both desktop and mobile. We verify reading order, focus management, field labels, and error announcements.

Windows

JAWS

The industry-standard screen reader for accessibility audits. Final verification that the form meets WCAG 2.1 AA, Section 508, and DOJ ADA Title II expectations.

Pricing

Free for simple PDFs.
$75 for fillable forms.

Most county and township informational documents — brochures, minutes, public notices — convert at no charge as part of our web work. The $75 fee applies only to fillable forms (applications, permits, public records with form fields). Most fillable forms are under three pages.

$75 per form, 1–3 pages

What’s included

  • Hand-coded HTML/CSS rebuild of the PDF form
  • WCAG 2.1 AA & Section 508 structured markup
  • Keyboard-accessible form fields with proper labels
  • Testing with axes4-equivalent automated checks
  • JAWS & VoiceOver verification
  • Walk-through with a legally blind assistant
  • Submit-by-email or save-as-PDF on completion (your choice)

Simple text PDFs converted free when we're doing your web work — informational documents, brochures, meeting minutes, public notices. Longer or more complex fillable documents are quoted individually. Bulk pricing available for agencies converting whole document libraries.

Request a quote → Call 740-681-1769
DOJ Deadlines

Don’t wait until April 2027.

After the April 2026 interim final rule, the DOJ extended the ADA Title II web compliance deadlines — but the obligation didn’t change, only the runway. Agencies converting now have a clean handoff. The rest will be racing the clock with hundreds of forms and a queue of vendors who won’t answer the phone.

Start the conversation →
April 26, 2027 Public entities serving 50,000+ must comply with WCAG 2.1 AA
April 26, 2028 Smaller entities and special districts must comply
WCAG 2.1 AA The required technical standard under ADA Title II
Frequently asked

PDF to HTML conversion, answered.

Can a PDF be made fully ADA and WCAG compliant?

In practice, no. Even properly tagged PDFs consistently fail accessibility testing tools like axes4 (axesPDF) and break down for real users on JAWS and VoiceOver. After years of testing, the reliable path to DOJ ADA Title II and Section 508 compliance for forms and documents is converting them to accessible HTML, where the code can be fully controlled and tested.

Why do PDFs fail ADA compliance testing?

PDFs were designed for fixed-page print fidelity, not for assistive technology. Tag structures break across PDF readers, form fields lose labels, reading order fails, and even paid tagging tools produce documents that fail axes4 testing and confuse JAWS, NVDA, and VoiceOver users. The format itself isn’t built for the accessibility tree screen readers depend on.

What is PDF to HTML conversion?

PDF to HTML conversion is the process of rebuilding an inaccessible PDF — especially fillable forms, applications, permits, and public records — as hand-coded HTML that meets WCAG 2.1 AA and Section 508. The HTML version is tested with JAWS, VoiceOver, and a legally blind assistant to confirm real-world accessibility before delivery.

How much does PDF to HTML conversion cost?

Simple text PDFs (informational documents, brochures, meeting minutes, public notices) are converted at no charge as part of our web work. Fillable PDF forms (applications, permits, public records with form fields) are $75 per form, up to 3 pages. Longer or more complex documents are quoted individually. Every conversion includes JAWS, VoiceOver, and screen-reader-user testing.

When is the DOJ ADA Title II web compliance deadline?

Following an April 2026 interim final rule, public entities serving 50,000+ must comply by April 26, 2027, and smaller entities and special districts by April 26, 2028. The compliance obligation didn’t change — only the runway.

What about scanned or image-based PDFs?

Scanned PDFs are the worst-case scenario for accessibility — they’re effectively pictures of text with no readable structure at all. Conversion is the only realistic path. We run OCR to extract the content, then rebuild it as semantic HTML.

Do I still need the original PDF after conversion?

Yes — many agencies keep the original PDF available as a print-friendly download alongside the accessible HTML form. The HTML version satisfies ADA Title II; the PDF stays available for users who prefer to print and complete by hand.

Can Web Chick host the converted forms?

Yes. If we built or maintain your website, the converted HTML forms are integrated directly into your site as part of the conversion fee. If we’re only doing the conversion, you receive the HTML file ready to deploy on your existing host.

Keep reading

Related from Web Chick

ADA & WCAG accessibility services Audits, real repair in the code, and a final check by a legally blind screen reader user. Read this → Ohio government web design Counties, cities, villages, townships, transit and special districts. Read this → Government website compliance guide DOJ ADA Title II deadlines, WCAG 2.1 AA, PDFs and records retention. Read this →
Before the deadline —

Let’s get your forms compliant.

Send us a sample form. We’ll review it, tell you what it would take to convert, and give you a quote — no pressure, no obligation.