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.
- Download Calibre from calibre-ebook.com — free for Windows, Mac, Linux
- Add your EPUB to your Calibre library (drag and drop or Add books)
- Right-click the book → Convert books → Convert individually
- In the top-right Output format dropdown, select PDF
- Under Page setup, set your page size (A4, Letter, etc.) and margins
- Click OK — conversion takes a few seconds
- 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:
- Open the EPUB in a browser — Chrome and Edge can open EPUB files with an extension, or use the Readium web reader
- Alternatively, open in Calibre viewer or Thorium Reader
- Press Ctrl+P (Windows/Linux) or Cmd+P (Mac)
- Set the printer to Save as PDF or Microsoft Print to PDF
- Adjust page size and orientation
- 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?
- Printing — PDFs honour page margins, headers/footers, and fixed layout for the printed page
- Sharing with non-EPUB users — PDF opens in any browser or viewer without a special app
- Archiving — PDF/A is an ISO standard for long-term document preservation
- Annotation workflows — some annotation tools (Adobe Acrobat, Notability) work better with 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:
- Adjustable font size and typeface
- Dark mode and custom backgrounds
- Works with Kindle, Kobo, Apple Books, and all mobile reading apps
Convert PDF to EPUB instead — free, reflowable, readable on any device.
Convert PDF to EPUB →