Print Replica vs Reflowable EPUB: Which Format Should You Use?
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:
- Exact typography and spacing
- Two-column layouts, sidebars, pull quotes
- Page-accurate figure and table placement
- Complex visual designs (textbooks, magazines, art books, cookbooks)
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:
- Readable text at any font size without zooming
- Works on all screen sizes — phone, tablet, e-reader, desktop
- Full accessibility: semantic structure, screen reader support, WCAG compliance
- Smaller file size (no embedded page images)
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
| Feature | Print Replica | Reflowable EPUB |
|---|---|---|
| Layout fidelity | Exact — pixel-perfect | Approximate — structure preserved |
| Phone readability | Poor (requires zoom) | Excellent |
| Font size control | None (fixed) | Full reader control |
| Accessibility (WCAG) | Fails reflow (1.4.10) | Passes with proper markup |
| Screen reader support | Limited | Full (with correct EPUB structure) |
| File size | Large (image-heavy) | Small |
| Best for | Art books, magazines, cookbooks, textbooks | Novels, academic text, reports, most books |
| E-ink e-reader support | Poor (tiny pages) | Excellent |
| EU EAA compliance | No (fails reflow) | Yes (with WCAG markup) |
When to use each format
Use print replica when:
- Visual design is inseparable from content — fashion, art, photography books
- Exact page references are critical — textbooks with page-referenced citations
- Complex multi-column magazine layouts must be preserved
- You are distributing to a platform that primarily supports PDF-like reading (some corporate systems)
Use reflowable EPUB when:
- Most readers will read on a phone or small e-reader
- Accessibility compliance is required (EAA 2026, Section 508, WCAG 2.2)
- Content is primarily text with occasional figures
- Distributing through major retailers (KDP, Kobo, Apple Books, IngramSpark)
- You want the widest device compatibility
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.
toolkit.bot produces EPUB3 with correct semantic structure, WCAG 2.2 AA compliance, and proper reflow — free, no account required.