PDF Multi-Column Text Reads in Wrong Order — Column Layout Fix
PDFs with two or three columns often have text extracted or read by screen readers in wrong order. Learn how to fix reading order for columnar layouts.
Copying text from a two-column PDF and pasting it in scrambled order — alternating between columns rather than reading each column top-to-bottom — or having a screen reader jump between columns randomly, is a reading order problem. The PDF stores text objects by their position on the page, and the default extraction order is either left-to-right by x-coordinate (mixing both columns together) or based on the tag structure (which may be wrong). Both are fixable.
Why Column Order Gets Mixed
In a two-column PDF, text in column 1 is at X positions 72-290 and text in column 2 is at X positions 310-528. A simple left-to-right, top-to-bottom extraction reads the first line of column 1, then the first line of column 2 (both are at Y=700), then the second line of column 1, then the second line of column 2 — interleaving the columns. Correct column reading requires reading all text in column 1 (X: 72-290) before reading any text in column 2 (X: 310-528), grouping by column rather than by row.
Fix for Copy-Paste: Use Acrobat's Column Selection
In Adobe Acrobat Reader: hold Alt (Windows) or Option (Mac) while dragging to make a column selection. This lets you select a rectangular region — drag to cover only the left column, copy, then drag to cover only the right column, copy. Paste both in order. This bypasses the reading order issue for one-off copying. For a permanent fix that works in all viewers without manual column selection, the tag structure must be corrected.
Fix Reading Order in Acrobat Pro
In Acrobat Pro: Tools → Accessibility → Reading Order. The tool shows numbered blocks for each text region. If the blocks show interleaved numbering (1=left col line 1, 2=right col line 1, 3=left col line 2...), the order is wrong. To fix: use the Reading Order tool to draw a new column 1 region (covering the entire left column), then draw a column 2 region. Delete the old interleaved blocks. The new structure reads the entire left column before the right column. This must be done for every page with the same layout.
Fix at the Source: Export With Column Tags
For PDFs you create: export from a layout application that correctly handles multi-column tag order. InDesign with threading text frames exports correct column reading order automatically — as long as text frames are threaded (linked) in the correct reading order. If the left column frame threads into the right column frame (not a single wide frame), the export tag order follows the threading sequence. In Word: multi-column layouts use section columns, and the PDF export order follows the Word column flow. Verify with a test: export, copy all text, check paste order before distributing.
For Scanned Multi-Column Documents
OCR-processed multi-column PDFs often have particularly bad reading order because OCR engines typically detect text regions per-column but assign them to the reading order structure based on x-coordinate, interleaving them. After running OCR on a multi-column scanned document: use the Reading Order tool in Acrobat Pro to verify and correct column grouping. For publications with many multi-column pages, this is a significant remediation effort — factor it into the time estimate for accessibility work on scanned multi-column documents.
Try Edit Pages Now — Free
Browser-based, private, and instant. No account or software required.
Open Edit Pages


