PDF vs EPUB for Reading: Fixed Layout or Reflowable Text
The difference between these two formats is a single design decision with consequences that reach everywhere. A PDF fixes the layout: the page is a defined rectangle, and every element sits at a coordinate inside it, on every device, forever. An EPUB does the opposite: the text is marked-up content with no fixed page, and the reading application lays it out to fit whatever screen it finds. Fixed versus reflowable explains every strength and every weakness either format has.
For continuous prose on a small screen, EPUB wins outright and it is not a close contest. The reader chooses the font size, the line spacing and the margins, and the text reflows to fill the display rather than forcing the eye to pan across a shrunken A4 page. Night mode works properly because the text is real text against a real background. Screen readers navigate the structure, text to speech follows the reading order, and a chapter that takes eleven screens on a phone takes four on a tablet without anything being cut off.
For a large category of documents, PDF is not a preference but a requirement. Anything where position carries meaning has to stay fixed: fillable forms, engineering drawings, architectural plans, sheet music, invoices, and contracts where a clause number and a signature block must appear exactly where they were placed. Legal and archival copies fall here too, because a reflowed document has no stable page numbers to cite. Textbooks with figures anchored to specific paragraphs usually belong here as well, since reflow tends to strand a diagram three screens away from the sentence discussing it.
Converting between them is where expectations break. Turning a two-column academic paper into EPUB routinely produces interleaved reading order, because the extractor reads across the columns rather than down them, and footnotes land mid-sentence. Conversion works acceptably for single-column prose and poorly for anything else. If a PDF is simply uncomfortable on a tablet, crop is often the better fix: trimming the wide margins enlarges the text block without touching the layout. And a scanned PDF is a stack of images until OCR gives it a text layer, so no reader can resize or search it beforehand.
The decision rule: if the document is words in sequence and you are reading it on a phone, take the EPUB; if position, pagination or legal fixity matters, keep the PDF and stop trying to convert it. In practice most people need both, so pair them deliberately. Read novels and long-form articles as EPUB, keep manuals, forms and contracts as PDF, use crop for margin-heavy academic PDFs on tablets, and run OCR on scans so at least search works even when reflow never will.