Reading order is one of the least visible aspects of a PDF — and one of the most important for accessibility. For sighted readers, the visual layout makes the intended reading sequence obvious. For screen reader users, the sequence is determined entirely by the document's internal tag order, which may bear no relationship to the visual layout. Getting reading order right is essential for any PDF intended for broad distribution.

What Reading Order Actually Is
In an accessible PDF, every content element — every heading, paragraph, image, table, and list — is tagged with its type and its position in the reading sequence. A screen reader processes these tags in order, announcing each element in sequence. Reading order is literally the sequence in which a screen reader encounters the document's content.
For a simple single-column document, the reading order typically follows the visual order naturally. For complex layouts — multi-column articles, documents with sidebars, newsletters, forms with labels beside their fields — the internal tag order can diverge significantly from what a sighted reader would follow. A two-column article might be tagged to read all of column one first, then all of column two, which is correct. Or it might be tagged to alternate between columns line by line, which is completely wrong.
Try Edit PDF
No installation needed. Works directly in your browser.
Why Reading Order Matters Beyond Screen Readers
Screen reader users are the most directly affected by reading order problems, but they're not the only ones. The tab order for navigating interactive elements (form fields, links) follows the same underlying structure. Copy-paste operations extract text in reading order — a PDF with incorrect reading order produces garbled text when content is copied.
Automated document processing tools — systems that extract data from PDFs, translation tools, and content management systems — also rely on reading order to interpret document structure. A PDF with incorrect reading order may produce inaccurate results when processed by these systems, even when it looks perfectly fine to human readers.
Common Reading Order Problems
- Multi-column layouts: columns processed left-to-right across both columns rather than down each column independently — the most common reading order error in complex layouts
- Sidebars and callout boxes: sidebar content inserted in the middle of the main text flow rather than before or after it
- Headers and footers: page headers announced before the first content element, or footers interrupting mid-paragraph
- Floating images: images positioned visually within a text block but tagged at a different point in the reading sequence
- Tables: table cells read in the wrong order, or table structure not tagged so cells are read as undifferentiated text rather than row-by-row data
How to Check a PDF's Reading Order
Adobe Acrobat Pro has a Reading Order tool (Tools > Accessibility > Reading Order) that shows the tag structure visually. Each tagged element is highlighted with a number showing its position in the reading sequence. Scrolling through the document with this overlay active reveals immediately whether the reading order follows the intended sequence.
A more direct test: use a screen reader (NVDA on Windows is free, VoiceOver is built into Mac and iOS) to listen to the document. If the spoken sequence matches how a sighted reader would read the document, the reading order is correct. If the screen reader announces sidebar content in the middle of a sentence or jumps between columns randomly, the reading order needs correction.
How to Fix Incorrect Reading Order
In Acrobat Pro's Reading Order tool, you can drag tag elements to resequence them. The Order panel (View > Show/Hide > Navigation Panes > Order) shows the complete tag tree and allows drag-and-drop reordering of elements. This is the direct approach for fixing existing PDFs.
The more sustainable approach is fixing reading order at the source. In Microsoft Word, use proper heading styles and structured content rather than manual positioning — Word's structure maps to correct PDF reading order when exported with accessibility tags enabled. In InDesign, use the Articles panel to explicitly define reading order before export. Getting it right in the source document avoids the need for manual correction in the PDF.
Reading Order as Part of Overall PDF Accessibility
Correct reading order is one component of PDF Accessibility — alongside tagged structure, alternative text for images, sufficient color contrast, and proper heading hierarchy. A PDF with perfect reading order but missing image alt text is still inaccessible to screen reader users who need image descriptions. Accessibility is a system of interconnected requirements, and reading order is a foundational one — without it, even a well-tagged document with good alt text fails to communicate in the intended sequence.
Try Edit PDF
No installation needed. Works directly in your browser.
