← toolkit.bot

How to Convert EPUB to PDF (Free, 3 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 three 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.

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.

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