
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):
- Use a large-screen device (8”+)
- Enable PDF reflow
- Crop margins
- Convert to EPUB/MOBI
Method 1: PDF Reflow
Many modern e-readers can reflow PDF text to fit your screen.
| Device | Reflow Quality | Notes |
|---|---|---|
| Kindle Scribe | Good | Built-in reflow, works with most PDFs |
| Kobo Elipsa | Good | Native PDF reflow support |
| BOOX (NeoReader) | Excellent | Best in class — multiple reflow modes |
| reMarkable | Fair | No 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:
- Open Calibre
- Add your PDF
- Select Convert → Convert Individually
- Choose EPUB as output
- 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 Case | Best Device | Why |
|---|---|---|
| Academic papers (A4 PDFs) | BOOX Tab X (13.3”) | Full A4 screen, Android apps |
| Textbooks | Kindle Scribe (10.2”) | Good reflow, note-taking |
| Mixed reading | BOOX Note Air (10.3”) | Best reflow, lightweight |
| Comic books | Kobo 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:
- 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.
- 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.
- 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.
- 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
-ocrflag 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 2option 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.