← All guides

How to Convert EPUB to PDF

epubpdfebookconversion

EPUB is the standard ebook format — used by most ebook stores (except Amazon Kindle, which uses its own format). PDF is more universally compatible but doesn’t reflow text the way EPUB does. Converting EPUB → PDF is useful for printing or sharing with non-EPUB devices.

What EPUB is

EPUB is a format designed specifically for ebooks. Key properties:

  • Reflowable text: adapts to screen size and font preferences
  • Adjustable font size by the reader
  • Embedded fonts and images
  • Table of contents and navigation
  • Metadata (author, publisher, ISBN)

PDF in contrast has fixed page layout — pages are exactly the size they were designed for; text doesn’t reflow.

When to convert EPUB to PDF

Printing: PDF prints reliably; EPUB requires special handling for print.

Sharing with non-EPUB readers: not everyone has an ebook app.

Specific device requirements: some devices only handle PDF.

Archival: PDF has more predictable long-term support than EPUB.

Adding to a PDF-only workflow: like combining with other PDFs.

Method 1: Calibre (free, the standard)

Calibre is the open-source ebook manager. It’s the right tool for any ebook format conversion:

  1. Install Calibre (Windows, Mac, Linux)
  2. Open Calibre
  3. Click Add books → select your EPUB
  4. Click Convert books
  5. Set output format to PDF
  6. Configure PDF settings (page size, margins, font)
  7. Click OK
  8. Wait for conversion
  9. Right-click → Save to disk → format → PDF

Calibre’s converter handles EPUB → PDF cleanly. The resulting PDF reflects the original layout with proper page breaks.

Method 2: Online converters

Free online services:

  • Zamzar: free with email-delivery
  • Online2PDF
  • Convertio
  • CloudConvert

Upload-based. Quality varies by service.

Privacy concern: if your EPUB contains content you don’t want on third-party servers, avoid uploaders.

Method 3: Open in EPUB reader, print to PDF

Some EPUB readers allow print:

Adobe Digital Editions (free): open EPUB → File → Print → Save as PDF.

Calibre’s E-book Viewer: similar approach.

Browser-based EPUB readers: print to PDF works.

Result: reflects how the EPUB looks in that reader, including any pagination quirks.

Method 4: Command-line

Calibre’s command-line tool:

ebook-convert input.epub output.pdf

Handles all the same conversions as the GUI but scriptable.

Pandoc (free, very flexible):

pandoc input.epub -o output.pdf

Pandoc requires LaTeX for PDF output but produces clean results.

Configuring the PDF output

Calibre’s conversion offers options:

  • Page size: A4, Letter, Kindle, custom
  • Margins
  • Font family and size
  • Justification (left, justified)
  • PDF page numbering
  • Embedded fonts vs system fonts

For best results:

  • Match page size to intended use (Letter for US print, A4 for international)
  • Standard margins (~0.5-1 inch)
  • Embed fonts for visual consistency

What gets preserved

Preserved:

  • All text content
  • Chapter structure
  • Images embedded in the EPUB
  • Most formatting (bold, italic, headings)
  • Basic tables

Often imperfect:

  • Complex layouts (sidebars, fancy typography)
  • Embedded media that EPUB supports (audio/video)
  • Interactive elements
  • Some custom fonts

Lost in conversion:

  • Reflowability (the PDF is fixed; readers can’t adjust font size like in EPUB)
  • Reader bookmarks/highlights
  • Some metadata structures
  • EPUB-specific navigation features (table of contents links may break)

File size

EPUB and PDF have different efficiency profiles:

  • EPUB of a typical novel: 500 KB - 2 MB
  • PDF of the same book: 2-10 MB (much larger due to layout overhead)

For specifically large books: PDF Compressor after conversion.

Reverse: PDF to EPUB

The opposite direction is harder:

  • PDFs are fixed layout; EPUB needs reflowable text
  • Calibre can convert PDF → EPUB but results vary
  • Complex layouts (multi-column, intricate typography) become messy in EPUB

For PDF → EPUB:

  1. Open Calibre
  2. Add PDF
  3. Convert books → output: EPUB
  4. Review result; expect to clean up formatting

For text-heavy PDFs (novels, articles, simple reports): conversion is usually acceptable. For visually complex documents: not great.

Kindle (MOBI/AZW) format

Amazon Kindle uses MOBI or AZW formats, not EPUB. To use EPUB on Kindle:

Email to Kindle: Amazon auto-converts EPUBs sent to your Kindle email address.

Calibre: convert EPUB → MOBI or AZW3, then transfer to Kindle.

Latest Kindles: support EPUB directly since late 2022 (Kindle EPUB support).

For sending EPUBs to Kindle: emailing is often the easiest path.

After conversion

Compress: PDF Compressor for smaller files.

Combine with other PDFs: PDF Merger for bundling books.

Split into chapters: PDF Splitter for individual chapter files.

When to keep as EPUB

If you’ll read on:

  • EPUB readers (Kobo, Apple Books, Google Play Books, Aldiko)
  • Modern Kindle (with EPUB support)
  • iOS Books app

EPUB is better — reflowable, adjustable font size, more comfortable reading experience.

Convert to PDF only when you specifically need PDF.

TL;DR

  • Best tool: Calibre (free, cross-platform)
  • Quick path: Calibre → Add book → Convert → PDF
  • Command-line: ebook-convert input.epub output.pdf or Pandoc
  • What’s preserved: text, structure, images, basic formatting
  • What’s lost: reflowability, reader-adjustable font, some interactivity
  • Configure: page size, margins, fonts in Calibre’s settings
  • After: PDF Compressor, PDF Merger as needed