PDF accessibility

How to Make a PDF Accessible for Screen Readers

Key takeaways

A PDF can have perfectly readable text on screen and still be completely unusable to someone relying on a screen reader. That gap is what people mean when they talk about PDF accessibility remediation -- going back into a document and adding the structure that makes it actually work with assistive technology, not just look right to sighted eyes.

If you're trying to make a PDF accessible for the first time, this guide walks through why most PDFs fail by default, what "accessible" actually requires, and how to fix an existing file for free, without installing anything.

Why most PDFs aren't accessible in the first place

A PDF is fundamentally a page-layout format. It was designed to reproduce exactly how a document looks when printed, not to describe what each piece of content means. When you export a PDF from Word, InDesign, or a scanner, the app decides -- often silently -- how much of that meaning gets carried over.

Most authoring tools do not tag documents by default. Unless someone specifically ran an accessibility check before exporting, the resulting PDF is usually just shapes and glyphs positioned on a page, with no information about which shapes form a heading, a list, a table, or a caption.

What actually makes a PDF accessible

There isn't one single fix -- accessibility is a combination of a few distinct things, and a document is only as accessible as its weakest piece:

How to tell if your PDF already has these problems

The most reliable test is the blunt one: open the file in a screen reader (NVDA and VoiceOver are both free) and listen. If it reads in a strange order, skips whole sections, or goes silent on every image, it fails. Adobe Acrobat Pro's built-in "Full Check" is the tool most people reach for to get a detailed report, but it requires a paid subscription to use for editing.

How to fix it for free, right in your browser

♿

Accessibility Remediation

Adds proper tags, a correct reading order, and alt text so screen readers can use your PDF -- free, in your browser, no upload.

Try it free

Our free Accessibility Remediation tool takes an existing PDF and builds the missing structure on top of it: it works out a tag tree from the document's actual content, sets a reading order that matches how the page is meant to be read, and gives you the chance to add alt text to images before it produces the remediated file. The visual PDF you started with doesn't change at all -- everything it adds is structural metadata sitting underneath the page.

Common mistakes to avoid even after tagging

Tagging a PDF isn't a one-and-done checkbox. A few things trip people up even after running a remediation tool:

Who actually needs this

Schools, universities, and government contractors in many countries are under formal accessibility requirements for anything they publish. But plenty of people remediate PDFs simply because it's the right thing to do -- a blind or low-vision reader shouldn't be locked out of a document just because it started life as a scan or a quick export.

Frequently asked questions

Is a scanned PDF ever accessible?

Not on its own. A scan is just a photo of a page, so a screen reader has nothing to read. It needs a real text layer first -- run it through an OCR tool like our free Scan to Editable tool, then remediate the result.

Do I need Adobe Acrobat Pro to make a PDF accessible?

No. Acrobat Pro's accessibility checker is the best-known option, but it's a paid subscription. A free browser-based tool can add the same core pieces -- tags, reading order, and alt text -- without the license.

What's the difference between an accessible PDF and one that just has text?

Selectable text alone doesn't tell a screen reader what anything IS -- which line is a heading, which is a caption, what order to read a two-column layout in. Accessibility is that missing structure layered on top of the text.

Will tagging change how my PDF looks?

No. Tags and reading order are invisible metadata sitting underneath the page -- sighted readers see the exact same layout as before.

Is making a PDF accessible legally required?

It depends on who you are and where -- public bodies and many contractors in the US fall under Section 508 or the ADA, and WCAG-based accessibility rules exist in various forms worldwide. This isn't legal advice, but if a compliance deadline applies to you, treat it as a real requirement, not a nice-to-have.