Software developers accumulate a wide reading load of PDFs: language specifications, IETF RFCs, O'Reilly and Manning book PDFs, ACM and IEEE research papers, NIST publications, and API design guides. Most arrive as PDF — a format that works well for printing but less well for commute reading on a phone or e-reader. Converting to EPUB gives you a reflowable, annotatable format you can read on a Kindle or Kobo with adjustable font size, dark mode, and offline access — no internet required on the train.
| Source | Document type | Converts well? |
|---|---|---|
| IETF Datatracker (datatracker.ietf.org) | RFC documents | Yes — clean ASCII text structure |
| ACM Digital Library (dl.acm.org) | Research papers and conference proceedings | Yes — two-column reflows to single-column |
| IEEE Xplore (ieeexplore.ieee.org) | Research papers and standards | Yes — same as ACM layout |
| O'Reilly / Manning (DRM-free PDF) | Technical books | Yes — prose chapters; code loses highlighting |
| NIST (nist.gov) | SP 800 series, FIPS, cryptographic standards | Yes — free to download and convert |
| Workflow | Steps |
|---|---|
| Commute reading | Download ACM or IEEE paper PDF → convert → Kindle; highlight key claims and algorithms for later review |
| Technical book study | Download DRM-free O'Reilly or Manning PDF → convert → Kobo; read prose chapters with annotations; keep PDF for code-heavy sections |
| RFC deep dive | Download RFC PDF from IETF Datatracker → convert → load on e-reader for protocol study during travel |
| Security standard review | Download NIST SP 800 series PDF → convert → read requirements sections on e-reader before security design review |
The most commonly converted PDFs include: O'Reilly and Manning book PDFs (purchased DRM-free), language specifications (ECMAScript, Python language reference, C++ standard draft), IETF RFC documents, ACM and IEEE research papers, API design guides, and NIST publications. These are all text-heavy documents that benefit from the reflowable, annotatable format of EPUB on an e-reader.
Yes. IETF RFCs (tools.ietf.org) are available as plain text and HTML — you can also download many as PDF. They convert cleanly to EPUB because they use ASCII text layouts with clearly structured sections. The plain-text or HTML versions often convert even better than the PDF version. Use the IETF Datatracker (datatracker.ietf.org) to find any RFC by number.
DRM-free PDFs from O'Reilly (via oreilly.com) and Manning (via manning.com) convert well, especially the prose chapters. Code listings are preserved as preformatted text, though the monospace font rendering varies by e-reader. Syntax highlighting is lost in conversion — the code appears as plain text. For code-heavy chapters, a tablet may be more practical. The O'Reilly platform also offers EPUB downloads directly, which is preferable to converting PDFs.
The Kindle Paperwhite or Kobo Libra Colour are good choices for prose-heavy chapters in programming books. For code-intensive content, a larger screen is better — the BOOX Tab Ultra C (10.3 in) or a tablet allows you to read code listings without excessive scrolling. The Kobo and Kindle allow font size adjustment, which makes dense prose much easier to read than in the original PDF.
Download the PDF from ACM (dl.acm.org) or IEEE Xplore (ieeexplore.ieee.org) — many papers have ACM Author-Izer or open-access versions. Convert to EPUB using toolkit.bot. Two-column ACM and IEEE papers reflow to comfortable single-column EPUB. Mathematical notation and algorithm listings convert as text, though complex LaTeX-rendered equations may be captured as images. For papers with heavy figures, keep the PDF on your laptop for reference.
Related: Data scientist PDF to EPUB · Research papers PDF to EPUB · EPUB highlights and annotations · PDF to EPUB converter