How to Print an Ebook (EPUB to Paper)

Ebooks aren't built to be printed — they have no fixed pages. Here's how to turn an EPUB into a printable PDF, and how to keep it from wasting a hundred sheets of paper.

Sometimes you need an ebook on paper. A manual you want to annotate by hand. A study text you retain better in print. A recipe collection for the kitchen, where a tablet doesn't belong. A document a colleague needs and can't open in an ebook reader.

The obstacle is that an EPUB has no pages. It's a reflowable stream of text that rearranges itself for whatever screen it lands on — which is brilliant for reading and useless for printing. Before you can print it, you have to give it fixed pages. That means converting it to PDF.

Why you can't just hit print

An ebook reader will happily let you print, and the result is usually disappointing: page breaks land mid-sentence, chapter titles get stranded at the bottom of a sheet, and you have no control over the size. That's because the app is inventing pages on the fly from its own display settings.

Converting to PDF fixes the pages first — you decide the paper size, the layout is committed, and what you see is exactly what prints.

The steps

  1. Open Blackpdf's EPUB to PDF tool and drop your .epub file in.

  2. Choose the page size you'll actually print on — A4 or Letter. Get this right now; printing an A4-laid-out PDF on Letter paper (or vice versa) makes the printer rescale everything and reintroduces the margin problems you were trying to avoid.

  3. Click Convert to PDF and download.

  4. Look at it before you print. This is the step people skip. Scroll the PDF and check the page count — an ebook that felt short on a phone can easily be 300 printed pages.

Don't print the whole book

The single most useful habit here: you almost never need all of it.

  • Printing one chapter? Extract just those pages from the converted PDF and print that. A 12-page chapter beats a 300-page book.
  • Splitting it across sessions? Split the PDF into parts.
  • Saving paper and toner? Print double-sided, and consider converting to grayscale first — a colour cover and colour headings cost real money in cartridges for no benefit on a reference document.
  • Trimming waste margins? Crop the PDF so more content fits per sheet.

Common questions

Why does the printed page count seem so high?

Because an ebook's "pages" were never real. Your reader was showing screen-sized chunks based on your font size; the PDF shows actual A4 or Letter sheets. A book that was "180 pages" on your phone might be 250 real pages, or 90 — the number was always an approximation.

Can I print a book I bought from a store?

Only if it's DRM-free. Purchased ebooks are often locked to their store's app, and the converter works on unprotected EPUB files — the ones you own outright or downloaded freely. DRM isn't something to work around.

The chapter headings break across pages badly.

That's the nature of reflowing text onto fixed pages — the converter can't know where you'd prefer the breaks. For a document where layout really matters, you're better off with a source that was designed for print in the first place.

Can I print two ebook pages per sheet to save paper?

That's a print-dialog setting rather than a conversion one — most printer drivers offer "2 pages per sheet" (sometimes called N-up). Convert to PDF first, then use that option when you print.

Will the images and cover print properly?

Yes — cover art and inline images are rendered into the PDF. If you don't want the colour cover eating a cartridge, either delete that page or grayscale the file before printing.

Wrap-up

  1. Convert the .epub with EPUB to PDF, choosing the paper size you'll actually print on.
  2. Check the page count before printing — it's usually higher than you expect.
  3. Print only what you need: extract a chapter, grayscale it, and crop the margins to fit more per page.

An ebook has no pages until you make some — and once you have, the useful question is how few of them you can get away with printing. For the general conversion details, see our EPUB to PDF guide.

Keep reading

Guides

ODT vs RTF vs DOCX: What the Difference Actually Is

Three document formats that all hold the same words. What each one is, why you keep receiving them, and why converting any of them to PDF is usually the right answer.

July 13, 2026 · 5 min read
How-To

How to Convert Code or a Log File to PDF

Turning source code, logs, or config files into a PDF for review, submission, or evidence. Why the font choice makes or breaks it, and how to stop lines wrapping.

July 13, 2026 · 4 min read