GuidesOther conversions · Published 10 Jun 2026 · Updated 2 Sep 2026 · toolkit.bot

How to Convert EPUB to PDF (Free, 4 Ways)

Most of the time you want to go from PDF to EPUB — but occasionally you need the reverse. Printing an ebook, sharing with someone who only reads PDFs, submitting to a system that only accepts PDF — here are four free ways to do it.

Method 1: Calibre (best quality, free desktop app)

Calibre is the most reliable free tool for EPUB-to-PDF conversion. The output quality is good and it handles complex layouts well.

  1. Download Calibre from calibre-ebook.com — free for Windows, Mac, Linux
  2. Add your EPUB to your Calibre library (drag and drop or Add books)
  3. Right-click the book → Convert booksConvert individually
  4. In the top-right Output format dropdown, select PDF
  5. Under Page setup, set your page size (A4, Letter, etc.) and margins
  6. Click OK — conversion takes a few seconds
  7. Right-click the book again → Open containing folder to find your PDF

Calibre's PDF output uses its own rendering engine. For most books the result is clean and readable. Complex formatting (tables, figures, multiple columns) may need adjustment.

The same conversion from the command line, scriptable for batches:

ebook-convert input.epub output.pdf --paper-size a4

Use --custom-size 210x297 (millimetres) for a non-standard page.

Method 2: Print to PDF from a browser or reading app

A quick no-install option for short documents:

  1. Open the EPUB in a browser — Chrome and Edge can open EPUB files with an extension, or use the Readium web reader
  2. Alternatively, open in Calibre viewer or Thorium Reader
  3. Press Ctrl+P (Windows/Linux) or Cmd+P (Mac)
  4. Set the printer to Save as PDF or Microsoft Print to PDF
  5. Adjust page size and orientation
  6. Click Print / Save

Best for: short documents where you just need a printable version. Not ideal for books with many pages — you will need to print chapter by chapter.

Method 3: pandoc (command line, highest control)

For developers and power users, pandoc converts EPUB to PDF with fine-grained control via LaTeX:

pandoc input.epub -o output.pdf --pdf-engine=xelatex

Requires pandoc and a LaTeX distribution (TeX Live or MiKTeX). The output is high-quality and suitable for print. Install pandoc from pandoc.org.

Method 4: Online converters (nothing to install, works on a phone)

If you are on a phone or a locked-down machine, a web converter is the practical route: upload the EPUB, choose PDF, download. They are the only option that works on iPhone or Android, but each has limits and they are less reliable than Calibre on complex books with custom fonts or sidebars.

Tool Output quality Free limits
CloudConvertGood25 conversions per day free; paid API available
ZamzarAcceptable50 MB per file free
ConvertioAcceptable100 MB per file free

Before you convert

When should you convert EPUB to PDF?

When should you go PDF to EPUB instead?

If you are reading on a phone, e-reader, or tablet and the PDF text is too small or doesn't reflow, you want to go the other direction — PDF to EPUB:

Convert PDF to EPUB instead — free, reflowable, readable on any device.

Convert PDF to EPUB →

Related guides