PDF Basics

PDF Accessibility Basics: How to Make PDFs Everyone Can Read

Rizwan August 5, 2026 9 min read

An accessible PDF is one that everyone can read — including people who use screen readers, magnification, or keyboard navigation. Accessibility is often treated as a niche compliance chore, but it overlaps almost entirely with plain good document hygiene: real text, clear structure, and sensible order. This guide explains the concepts in plain language and the practical steps that matter most.

Why PDF accessibility matters

Roughly one in six people lives with a significant disability, and many rely on assistive technology to read documents. A screen reader announces text aloud and lets a blind or low-vision user navigate by headings; magnifiers enlarge content; some people navigate entirely by keyboard. If a PDF is built carelessly, all of that breaks — the reader may announce nothing, read the page in the wrong order, or skip images entirely.

There is also a legal dimension. Standards and laws such as WCAG 2.1, the US ADA and Section 508, and the EU's EN 301 549 and European Accessibility Act expect documents from public bodies and many businesses to be accessible. The technical benchmark specifically for tagged PDFs is PDF/UA (PDF/Universal Accessibility).

Tagged PDFs: the foundation

The single most important concept is tags. A tagged PDF carries an invisible structural outline — "this is a heading, this is a paragraph, this is a list, this is a table, this is an image" — that assistive technology uses to understand and navigate the document. Visually it looks the same; structurally it is night and day.

An untagged PDF is just marks on a page with no meaning attached, so a screen reader has to guess. A tagged PDF can be read logically, heading by heading. Good source tools (Word, decent PDF exporters) can generate tags automatically if you use real styles rather than manual formatting.

Reading order

Tags also define reading order — the sequence in which content is announced. This can differ from the visual layout: think of a two-column newsletter, a sidebar, or a caption. If the order is wrong, a screen reader might read straight across both columns and turn the document into nonsense. Correct reading order follows the logical flow a person would read, not necessarily the physical position on the page.

Real text vs scanned images (the biggest failure)

The most common accessibility failure is also the simplest to understand: a scanned document is an image, and a screen reader cannot read an image of text. To a blind user, a scanned contract is a blank page.

The fix is OCR, which adds a real, hidden text layer behind the scan. Before you worry about tags or contrast, make sure the document contains genuine, selectable text. Quick test: try to select a sentence with your cursor. If nothing highlights, it is an image and needs OCR first. (This is the same distinction explained in how PDFs actually work.)

Alt text for images

Every meaningful image needs alternative text — a short written description a screen reader can announce in place of the picture. A chart might get "Bar chart showing sales rising from 2024 to 2026." Purely decorative images should instead be marked as decorative so the reader skips them rather than announcing a distracting filename. The rule of thumb: describe the information the image conveys, not its appearance.

Structure: headings, lists, tables, and links

Assistive tech relies on real structure, not visual styling:

  • Headings should use actual heading tags (H1, H2, H3) in a logical hierarchy, so users can jump between sections. Big bold text that is not a real heading does nothing for a screen reader.
  • Lists should be real list structures, not lines that merely start with a dash.
  • Tables need proper header rows so a screen reader can say "Column: Price, Row: March" instead of reading cells adrift from their meaning.
  • Links should have descriptive text ("read the accessibility guide") rather than a bare URL or "click here."

Color, contrast, and font size

Accessibility is not only for screen readers — low-vision and color-blind readers matter too:

  • Ensure sufficient contrast between text and background (WCAG asks for a ratio of at least 4.5:1 for normal text).
  • Never rely on color alone to convey meaning — pair it with text or a symbol, so "the items in red" still makes sense to someone who cannot distinguish red.
  • Use a readable font size and avoid cramming text into tiny type.

Document language and title

Two small settings punch above their weight. Set the document's language so the screen reader uses the right pronunciation, and give the document a real title in its metadata so it is announced by name instead of by filename. Both live in the document's metadata (see how PDFs actually work).

Forms

If your PDF has fillable fields, each field needs a label (a "tooltip") that tells assistive technology what it is for, and the fields should follow a logical tab order. An unlabeled form field is announced as "edit text, blank" — useless to someone who cannot see the printed label beside it.

How to check accessibility

  • Select-text test: if you cannot select the text, it is a scan and needs OCR.
  • Tab-through test: press Tab and see whether focus moves through links and form fields in a sensible order.
  • Full checkers: Adobe Acrobat Pro's Accessibility Checker and the free PAC (PDF Accessibility Checker) test against PDF/UA and report specific issues.

What you can and cannot fix in the browser

Be realistic about the tools. Full tagging, reading-order correction, and alt-text authoring are best done in the source document (use real styles in Word) or in dedicated software like Acrobat Pro. Browser tools like ours help with adjacent, practical steps — organizing pages into the right order, rotating misoriented scans, removing blank pages, and keeping files small — but they do not add semantic tags. The highest-impact move for most people is upstream: start from a well-structured source document and export it correctly.

The standards, in plain terms

The alphabet soup around accessibility maps onto a few simple ideas. WCAG (Web Content Accessibility Guidelines) is the master reference, organized around four principles — content should be perceivable, operable, understandable, and robust. PDF/UA is the technical standard describing how to build a tagged PDF that meets those principles. Section 508 (US government), the ADA (US, broadly), and EN 301 549 (EU) are laws and policies that, in practice, point back at WCAG as the yardstick. You rarely need to memorize the specifics: if a document has real text, proper tags, good contrast, and a sensible reading order, it satisfies the spirit of all of them.

Common accessibility mistakes to avoid

  • Sending a scan and assuming it is readable — to a screen reader it is a blank page until OCR adds a text layer.
  • Using big bold text as a heading instead of a real heading tag, so users cannot navigate by structure.
  • Leaving images without alt text, or letting the reader announce a meaningless filename.
  • Relying on color alone ("the fields in red") to convey meaning.
  • Building tables for layout rather than data, which confuses screen readers.
  • Forgetting the document title and language, so the file is announced by filename, in the wrong accent.

Accessibility helps everyone

Accessible documents are not only for people using assistive technology. Real text (not scans) means anyone can search, select, and copy. Proper headings make long documents easier for everyone to skim. Good contrast and readable font sizes help people reading on phones, in bright sunlight, or when tired. A logical reading order means the document also converts cleanly to other formats. In other words, the work you do for accessibility pays off as plain quality — which is why it is worth building into your normal document habits rather than treating it as a special favor at the end.

A 10-minute accessibility pass

If you have an existing PDF and limited time, focus on the highest-impact checks in order: (1) confirm the text is real by trying to select it — if you cannot, it is a scan that needs OCR first; (2) make sure headings are real heading styles, not just bold text; (3) add alt text to every meaningful image and mark decorative ones as decorative; (4) check color contrast and that nothing relies on color alone; (5) set the document title and language in its properties. Doing just these five things moves most documents from "unusable with a screen reader" to "genuinely readable," and each takes only a minute or two — ideally in the source document, then re-exported. It will not make a complex, heavily formatted report fully conformant, but for everyday documents it covers the failures that matter most.

Key takeaways

  • Accessibility mostly means real text, real structure, and correct order — the same things that make any document good.
  • Tags are the foundation; they let assistive tech navigate the document.
  • A scanned PDF is invisible to screen readers until OCR adds a text layer — fix that first.
  • Add alt text, use real headings/lists/tables, ensure contrast, and set the language and title.
  • The best results come from a well-structured source document; verify with a checker like PAC before publishing.