How to read pdfs on e-readers: reflow, cropping & best devices

PDFs are the most problematic format for e-readers. Here’s how to make them readable.

The Problem with PDFs on Small Screens

PDFs are designed for fixed page sizes (usually A4 or Letter). On a 6-7” e-reader screen, text becomes tiny and unreadable.

Solutions (best to worst):

  1. Use a large-screen device (8”+)
  2. Enable PDF reflow
  3. Crop margins
  4. Convert to EPUB/MOBI

Method 1: PDF Reflow

Many modern e-readers can reflow PDF text to fit your screen.

DeviceReflow QualityNotes
Kindle ScribeGoodBuilt-in reflow, works with most PDFs
Kobo ElipsaGoodNative PDF reflow support
BOOX (NeoReader)ExcellentBest in class — multiple reflow modes
reMarkableFairNo reflow, but large screen helps

Method 2: Crop Margins (Koreader)

Install KOReader on your Kindle or Kobo for advanced margin cropping. It can:

  • Auto-crop white space
  • Reflow any PDF
  • Adjust contrast and font size

Method 3: Convert to EPUB

Use Calibre to convert PDF to EPUB:

  1. Open Calibre
  2. Add your PDF
  3. Select Convert → Convert Individually
  4. Choose EPUB as output
  5. Edit the Table of Contents if needed

⚠️ Conversion quality varies. Image-heavy PDFs and scanned documents convert poorly. For those, use reflow instead.

Best Devices for PDFs

Use CaseBest DeviceWhy
Academic papers (A4 PDFs)BOOX Tab X (13.3”)Full A4 screen, Android apps
TextbooksKindle Scribe (10.2”)Good reflow, note-taking
Mixed readingBOOX Note Air (10.3”)Best reflow, lightweight
Comic booksKobo Libra Colour (7”)Color screen, manga-friendly

Real-world workflow: reading a textbook PDF

Say you’ve got a 600-page computer science textbook in PDF. You want to annotate as you read. Here’s the workflow that actually works:

  1. Upload the PDF to your 10-inch device (Scribe or Boox). Leaving it at the original PDF size preserves diagrams and code blocks that would break in conversion.
  2. Enable landscape mode and trim margins. On Boox, NeoReader’s auto-crop removes white borders automatically. On Kindle Scribe, use the built-in crop tool once and it persists for the whole book.
  3. Read one half-page at a time. With margins cropped and the device in landscape, each page fits roughly half the original textbook page — readable without zooming. Tap to advance through the page sections.
  4. Highlight and annotate with the stylus as you go. Export all highlights at the end of each chapter rather than at the end of the book; a single 600-page export is unwieldy.

Gotchas

  • Scanned PDFs and OCR: If your PDF was scanned from a paper book (common with older academic texts), the text isn’t selectable. Run it through k2pdfopt with the -ocr flag first, or use NeoReader’s built-in OCR on Boox. Without OCR, you can’t search or look up words.
  • Two-column papers on small screens: Use k2pdfopt’s -col 2 option to split academic columns into single-column reflow. Calibre’s PDF conversion doesn’t handle multi-column layouts at all.
  • Performance: Some PDFs with thousands of vector graphics elements (common in engineering diagrams) render slowly. Convert them to high-resolution images first with Calibre, or accept slower page turns on low-RAM devices like the Kindle Scribe.
Advertisement
Ad