PDF Accessibility Tags: Making Documents Screen Reader Friendly
An untagged PDF is invisible to a screen reader user. The text might be there, but without structure tags indicating what is a heading, what is body text, what is an image, and what order to read things in, the screen reader cannot make sense of the document. PDF accessibility is not about visual appearance — it is about document structure that assistive technologies can navigate.
PDF accessibility centers on three elements: tags, reading order, and alt text. Tags define the semantic structure of the document — heading levels (H1 through H6), paragraphs, lists, tables, figures, and artifacts (decorative elements that should be ignored). Reading order determines the sequence in which content is presented. Alt text provides text descriptions of images and figures for users who cannot see them.
Creating an accessible PDF starts at the source document, not at the PDF export stage. In Microsoft Word or Google Docs: use heading styles (Heading 1, Heading 2, etc.) rather than manually bolded and enlarged text. Add alt text to all images via right-click → Edit Alt Text. Use real list formatting (bullets and numbering), not manual dashes and spaces. Mark table headers explicitly. When you export to PDF, check 'Document structure tags for accessibility' in the export options.
For existing PDFs that need accessibility retrofitting, you need a tagging tool. Visit www.iamuu.com/pdf/info to inspect whether a PDF already has tags. If it does not, the document needs to be run through an accessibility checker and tagger. The tagging process identifies headings by analyzing font sizes and styles, detects reading order from text positions, and flags images that need alt text.
WCAG 2.1 AA is the most commonly referenced accessibility standard. For PDFs, the key requirements are: all content must be tagged (no untagged text), the reading order must be logical, all images must have alt text (or be marked as decorative), tables must have header rows defined, form fields must have labels, and the document language must be specified in metadata. The PDF/UA (Universal Accessibility) standard provides more specific technical requirements compatible with WCAG.
Testing accessibility requires both automated and manual verification. Automated checkers — built into Adobe Acrobat Pro and available in some online tools — catch missing tags, missing alt text, and incorrect reading order. But automated tools cannot tell if alt text accurately describes the image or if the reading order makes logical sense. A manual review with a screen reader (VoiceOver on Mac, NVDA on Windows — both free) reveals the real user experience.
Common accessibility failures and their fixes: scanned documents that are single images with no text layer (run OCR to extract text), decorative images that are tagged as content (mark as artifact), tables used for layout rather than data (restructure with proper tags), and heading levels that skip H1 and jump to H3 (use sequential heading levels). These five issues account for the majority of accessibility complaints and are straightforward to fix.
Accessible documents benefit everyone, not just screen reader users. Proper heading structure enables table of contents generation and improves SEO for web-hosted PDFs. Alt text provides context when images fail to load. Logical reading order supports reflow on mobile devices. Investing in accessibility improves the document experience for all users across all platforms.