← toolkit.bot

Print Replica vs Reflowable EPUB: Which Format Should You Use?

June 12, 2026  ·  7 min read

When distributing an ebook, you face a fundamental choice: preserve the exact visual design of the original (print replica) or make the content adapt to the reader's screen (reflowable). This choice affects readability, accessibility, and compatibility with e-readers.

What is a print replica?

A print replica is a digital book that looks exactly like its print counterpart — fixed page size, fixed font, fixed layout. Every reader sees identical pages regardless of device. Amazon's "Print Replica" format (based on a modified PDF in KFX packaging) is the most common example. Apple Books also supports fixed-layout EPUB3 as a print replica equivalent.

Print replicas are essentially a PDF wrapped in ebook packaging. They preserve:

The trade-off: Text is often too small to read on a phone without zooming. There is no reflow — pages don't adapt. Screen readers cannot reliably extract semantic structure. WCAG reflow requirements (1.4.10) are not met.

What is a reflowable EPUB?

A reflowable EPUB adapts its content to the reader's screen, font size, and reading preferences. Text reflows to fill the screen — there are no fixed pages. The reader controls font size, line spacing, margins, and sometimes the typeface.

Reflowable EPUBs provide:

The trade-off: Complex visual layouts — multi-column, precise figure placement, designed spreads — are difficult or impossible to reproduce faithfully in reflowable format.

Comparison table

FeaturePrint ReplicaReflowable EPUB
Layout fidelityExact — pixel-perfectApproximate — structure preserved
Phone readabilityPoor (requires zoom)Excellent
Font size controlNone (fixed)Full reader control
Accessibility (WCAG)Fails reflow (1.4.10)Passes with proper markup
Screen reader supportLimitedFull (with correct EPUB structure)
File sizeLarge (image-heavy)Small
Best forArt books, magazines, cookbooks, textbooksNovels, academic text, reports, most books
E-ink e-reader supportPoor (tiny pages)Excellent
EU EAA complianceNo (fails reflow)Yes (with WCAG markup)

When to use each format

Use print replica when:

Use reflowable EPUB when:

Can you have both?

Some publishers distribute both formats — a print replica for tablet readers who want the designed experience, and a reflowable EPUB for e-ink and accessibility users. This is common in academic publishing (Springer, Elsevier publish both PDF and HTML/EPUB).

Converting PDFs: print replica vs reflowable output

When you convert a PDF to EPUB, you're converting from a print-replica format to a reflowable one. This is intentional — the goal is to make the content readable on e-readers.

toolkit.bot produces reflowable EPUB3 output. If you need a print replica EPUB (fixed-layout), the PDF itself is usually a better distribution format for that use case.

FAQ

Is Amazon's Print Replica the same as fixed-layout EPUB?

They serve the same purpose but use different formats. Amazon Print Replica is an Amazon-proprietary format (KFX-based). Fixed-layout EPUB3 is the open standard equivalent, supported by Apple Books, Kobo, and most modern EPUB readers.

Does the European Accessibility Act require reflowable format?

The EAA requires WCAG 2.2 AA compliance, which includes the reflow success criterion (1.4.10). Print replicas with fixed page sizes fail this criterion. Reflowable EPUBs with correct markup pass it. For EU market distribution after June 2025, reflowable EPUB is the compliant choice for most content.

Can fixed-layout EPUB be made accessible?

Partially. You can add alt text, language declarations, and reading order metadata to fixed-layout EPUB. But the fixed page size inherently fails WCAG 1.4.10 (reflow), so full WCAG 2.2 AA compliance is not achievable.

What about textbooks that need exact figure placement?

This is the hardest case. Academic publishers increasingly provide both a PDF (print replica) and an HTML/reflowable EPUB. The reflowable version places figures near their references but accepts that exact placement cannot be preserved.

Convert your PDF to reflowable EPUB
toolkit.bot produces EPUB3 with correct semantic structure, WCAG 2.2 AA compliance, and proper reflow — free, no account required.