How to Read a PDF on a Phone Without Zooming and Panning
A PDF page was measured for paper. Your phone is about 7 cm wide. Every problem with reading PDFs on a phone follows from those two facts refusing to meet.
Zooming does not fix it, because zooming a PDF enlarges the page rather than the text. You get bigger words and a page that no longer fits, so you read a line, pan right, pan back, and drop down. Forty pages of that is exhausting in a way that has nothing to do with the writing.
Why the page cannot simply adapt
A PDF stores where each glyph sits. Not “this is a paragraph” — this character, at this coordinate, in this font. That is the point of the format: a contract that the page looks identical everywhere, on any device, forever.
An EPUB stores the opposite: text with structure, no fixed positions. The reading app decides where lines break, which is why changing the font size in an EPUB reflows the book instead of scaling it.
So the honest framing is not “PDF is worse”. It is that PDF was designed to preserve a layout, and you are asking it to abandon one.
What reflow mode actually does
Aurora Reader’s PDF reader has a reflow toggle. It reads the text layer out of the pages, then renders that text as ordinary reflowable prose — your font size, your line spacing, your margins, your theme.
The page is not being resized. The words are being taken out of it and set again.
Once that happens, everything from the comfortable reading guide applies to the PDF: line length, spacing, a theme that suits the room. A 60-page A4 report becomes something you can read on a train.
The first limit: there has to be text in there
Reflow extracts a text layer. A PDF produced by scanning paper has no text layer — it has photographs of text. There is nothing to extract, and no amount of processing in the reader will invent it.
The check for this is blunt on purpose: the app samples the first three pages and, if they hold fewer than 50 characters between them, warns you that the document looks scanned. That threshold is crude. A book with a title page, a blank verso and a half-title could trip it while being perfectly extractable, and the warning is a warning rather than a refusal for exactly that reason.
Turning a scan into text needs OCR, which this app does not do. If you have a scanned PDF and need searchable, resizable text, run it through OCR on a computer first.
You can test a file in two seconds without any of this: try to select a sentence. If your finger cannot grab words, there is no text layer.
The second limit: the layout is what gets dropped
What comes back from extraction is the words. Not the figures, not the tables, not the two-column arrangement that told you which paragraph followed which.
For a novel published as a PDF, that loses nothing. For a paper with a results table, it loses the results. For a textbook with diagrams, it removes the half you were looking at.
This is why the toggle is a toggle. Reflow the prose, switch back to pages when the layout carries meaning, and expect to move between them inside a single document.
When to reach for it
- Long prose that happens to be a PDF: reports, public-domain scans that were typeset rather than photographed, manuscripts, papers you are reading for the argument rather than the figures.
- Anything set for A4 or US Letter that you are reading on a phone.
- Any PDF where you have already caught yourself pinching to zoom twice in a page.
When not to
- Scanned books, which have nothing to give.
- Textbooks, sheet music, forms, anything where position is information.
- Documents you need to cite by page, since reflowed text does not preserve page boundaries in a way you can quote.
The alternative worth considering first
If the same book exists as an EPUB, take the EPUB. Reflow is a rescue operation on a format that was not built for this; an EPUB was built for it. EPUB vs PDF covers when each format is the right one to acquire in the first place.
Reflow is for when you do not get a choice — which, with academic and institutional material, is most of the time.