Lesson 12 of 38 intermediate

eBook Formats, DRM & Distribution

Get Your Book Everywhere

Open interactive version (quiz + challenge)

Real-world analogy

Think of eBook formats like languages. PDF is like English — widely understood but rigid. EPUB is like Esperanto — designed to be universal and flexible. MOBI is like a regional dialect that only Kindle speaks. You need to speak the right language for each bookstore, or your readers can't understand you.

What is it?

eBook formats are the file types that different reading devices and platforms understand. Distribution is how you get your book into all the online bookstores worldwide. DRM is copy protection technology. Together, these three decisions determine who can read your book, where they can buy it, and how they experience it. Getting this right means your book reaches maximum readers with minimum friction.

Real-world relevance

Mark Dawson, a self-published thriller author earning $500K+/year, goes Amazon-exclusive for launch with KDP Select, then moves to wide distribution after 90 days. Joanna Penn started Amazon-exclusive but moved to wide distribution in 2018 and found that 30% of her income now comes from non-Amazon platforms. Brandon Sanderson's record-breaking $41M Kickstarter delivered eBooks in EPUB, MOBI, and PDF to satisfy all reader preferences.

Key points

Code example

┌──────────────────────────────────────────────────────┐
│           eBOOK FORMAT COMPARISON                    │
├──────────────────────────────────────────────────────┤
│                                                      │
│  ┌──────────┬───────────┬──────────┬───────────────┐  │
│  │ Format   │ Reflowable│ Platform │ Best For      │  │
│  ├──────────┼───────────┼──────────┼───────────────┤  │
│  │ PDF      │ No        │ Any      │ Workbooks,    │  │
│  │          │           │          │ design-heavy  │  │
│  │ EPUB     │ Yes       │ Apple,   │ Wide distrib, │  │
│  │          │           │ Kobo,B&N │ most books    │  │
│  │ MOBI     │ Yes       │ Kindle   │ Legacy Kindle │  │
│  │          │           │ (old)    │ (deprecated)  │  │
│  │ KPF      │ Yes       │ Kindle   │ New Kindle    │  │
│  │          │           │          │ publishing    │  │
│  │ AZW3     │ Yes       │ Kindle   │ Kindle        │  │
│  │          │           │          │ delivery      │  │
│  └──────────┴───────────┴──────────┴───────────────┘  │
│                                                      │
│  DISTRIBUTION PLATFORM COMPARISON:                   │
│  ┌────────────────┬──────────┬─────────────────────┐  │
│  │ Platform       │ Cut/Fee  │ Reaches             │  │
│  ├────────────────┼──────────┼─────────────────────┤  │
│  │ Amazon KDP     │ 30-35%   │ Kindle, KU          │  │
│  │ Draft2Digital  │ 10%      │ Apple,Kobo,B&N,15+  │  │
│  │ Smashwords     │ 15%      │ Apple,Kobo,B&N      │  │
│  │ PublishDrive   │ 10%      │ 400+ stores         │  │
│  │ StreetLib      │ 10%      │ EU-focused stores   │  │
│  └────────────────┴──────────┴─────────────────────┘  │
│                                                      │
│  ISBN COSTS BY COUNTRY:                              │
│  USA (Bowker):  $125/one  |  $295/ten              │
│  Canada:        FREE (through govt)                  │
│  UK:            FREE (through Nielsen)               │
│  Australia:     FREE (through Thorpe-Bowker)         │
│  Draft2Digital: FREE (D2D-assigned ISBN)             │
│                                                      │
│  RECOMMENDED WORKFLOW:                               │
│  .docx → Calibre → .epub + .pdf                     │
│       → Kindle Create → .kpf (for KDP)              │
│       → Upload .epub to Draft2Digital                │
│       → Upload .kpf to Amazon KDP                   │
│       → Sell .pdf on Gumroad/website                 │
└──────────────────────────────────────────────────────┘

Line-by-line walkthrough

  1. 1. The format comparison table shows that PDF is the only non-reflowable format — it looks identical on every screen but can't adjust text size for phones. Choose PDF for visual content, EPUB for everything else.
  2. 2. The distribution platform table reveals that Amazon takes 30-35% but reaches the most readers. Draft2Digital takes only 10% and reaches 15+ platforms from one upload — the best option for going wide.
  3. 3. ISBN costs vary wildly by country. If you're in Canada, UK, or Australia, you get free ISBNs from the government. US authors can use Draft2Digital's free ISBNs to save $125.
  4. 4. The recommended workflow shows you need three outputs from one manuscript: KPF for Amazon, EPUB for wide distribution, and PDF for direct sales. Calibre handles the conversions for free.
  5. 5. Notice MOBI is marked as deprecated — Amazon is phasing it out in favor of KPF. Don't waste time creating MOBI files manually; KDP converts your uploads automatically.

Spot the bug

Distribution Plan:
- Format: PDF only (looks the same everywhere!)
- Platform: Amazon KDP only
- DRM: Enabled (prevent all piracy!)
- ISBN: Skip it (Amazon gives ASIN for free)
- Price: $9.99 everywhere
Need a hint?
This plan has at least 4 strategic mistakes. Think about format compatibility, platform reach, DRM impact, and future flexibility.
Show answer
1) PDF only won't work — KDP needs EPUB/DOCX/KPF, and PDF doesn't reflow on Kindle devices. 2) Amazon-only limits you to 60-70% of the market — go wide with Draft2Digital for Apple, Kobo, etc. 3) DRM frustrates legitimate buyers and studies show removing it increases sales by 10%. 4) No ISBN means you can't distribute widely later. Get a free one from Draft2Digital to keep options open.

Explain like I'm 5

Imagine you drew a picture and want to show it to all your friends. But some friends can only see photos, some can only see drawings, and some can only see paintings. You need to make copies of your picture in different styles so everyone can enjoy it. That's what eBook formats are — different styles of the same book so every reader's device can show it!

Fun fact

The EPUB format is technically just a ZIP file with a different extension. If you rename any .epub file to .zip and unzip it, you'll find HTML files, CSS stylesheets, and images inside — it's basically a website packaged in a container. You can even edit the HTML directly to fix formatting issues!

Hands-on challenge

Download Calibre (free) and experiment with format conversion. Take any free EPUB from Project Gutenberg (gutenberg.org), convert it to PDF and MOBI using Calibre, and compare how it looks in each format. Then create a distribution plan for your eBook: list which platforms you'll use, which formats you'll need, and whether you'll go Amazon-exclusive or wide from day one.

More resources

Open interactive version (quiz + challenge) ← Back to course: eBook Business Masterclass