EPUB CREATION GUIDE
They Can All Bird — Ebook Format
WHAT IS EPUB?
EPUB is the standard ebook format that works on:
- Amazon Kindle (KDP converts EPUB to Kindle format automatically)
- Apple Books (iPhone, iPad, Mac)
- Kobo (e-readers)
- Google Play Books
- Barnes & Noble Nook
Advantage: Reflowable text (readers can change font size, device adapts)
OPTION 1: PANDOC (BEST - Free)
Install Pandoc:
Mac:
brew install pandocOr download from: https://pandoc.org/installing.html
Create EPUB:
cd ~/Desktop
pandoc MASTER_MANUSCRIPT.md \
-o They_Can_All_Bird.epub \
--metadata title="They Can All Bird" \
--metadata author="Dr. Eleanora Voss" \
--metadata publisher="Convergence Press" \
--metadata isbn="979-8-9952710-1-7" \
--metadata date="2026-03-08" \
--metadata subject="Science Fiction" \
--epub-cover-image=TCAB_eBook_Cover_KDP.png \
--toc \
--toc-depth=2Result:
They_Can_All_Bird.epubon your Desktop- Ready to upload to KDP
OPTION 2: CALIBRE (GUI - Free)
Download:
https://calibre-ebook.com/download
Steps:
- Open Calibre
- Click “Add books” → Select
MASTER_MANUSCRIPT.md - Click “Convert books” (top toolbar)
- Select Output format: EPUB
- Fill metadata:
- Title: They Can All Bird
- Author: Dr. Eleanora Voss
- Publisher: Convergence Press
- ISBN: 979-8-9952710-1-7
- Tags: science fiction, horror, found manuscript
- Click “Page setup” → Output profile: Tablet (for reflowable)
- Click “EPUB output” → Check “Insert inline Table of Contents”
- Click “OK” to convert
OPTION 3: ONLINE CONVERTER (Easiest)
Sites:
- https://pandoc.org/try/ (paste Markdown, select EPUB)
- https://www.markdowntoepub.com/
- https://ebookify.io/
Steps:
- Open
MASTER_MANUSCRIPT.mdin TextEdit - Copy all text (Cmd+A, Cmd+C)
- Paste into online converter
- Add metadata (title, author, etc.)
- Download EPUB file
Limitation: May not handle the cover image well
OPTION 4: KINDLE CREATE (Amazon’s Tool)
Download:
https://www.amazon.com/Kindle-Create/b?ie=UTF8&node=18292298011
Steps:
- Open Kindle Create
- Choose “Reflowable” (for novels)
- Import your Word document (if you formatted in Word)
- Or paste text from MASTER_MANUSCRIPT.md
- Add cover image:
TCAB_eBook_Cover_KDP.png - Kindle Create auto-formats for KDP
- Export as .kpf (Kindle package)
Advantage: Direct KDP integration, previews exactly how it’ll look
OPTION 5: ATTICUS (Paid but Worth It)
- $147 one-time
- Upload Markdown
- Auto-formats beautiful EPUB
- Built-in themes
- Professional output
RECOMMENDED PATH
For Speed (Do This Now):
Use Online Converter:
- Go to https://pandoc.org/try/
- Copy contents of
MASTER_MANUSCRIPT.md - Paste in left box
- Select format: EPUB
- Click “Convert”
- Download EPUB file
Time: 5 minutes
For Quality:
Install Calibre:
- Download Calibre (free)
- Import Markdown
- Set metadata properly
- Add cover image
- Generate EPUB
Time: 30 minutes Result: Professional EPUB with full metadata
METADATA TO INCLUDE
Your EPUB should contain:
Title: They Can All Bird
Subtitle: Being a True Account of the North Platte Experiments and the Discovery of Emergent Biointelligence
Author: Dr. Eleanora Voss
Editor: M. Reyes
Publisher: Convergence Press
ISBN: 979-8-9952710-1-7
Publication Date: 2026-03-08
Language: English
Description: A found manuscript documents Dr. Eleanora Voss's unauthorized experiments enhancing animal intelligence...
Keywords: science fiction, horror, found manuscript, ornithology, biointelligence
CHECKING THE EPUB
Open and Verify:
Mac:
- Double-click EPUB → Opens in Apple Books
- Check that:
- Cover displays correctly
- Table of Contents works
- Chapters are navigable
- Text is readable
- Marginalia appears distinct
Windows:
- Use Calibre’s E-book viewer
- Or upload to KDP and preview there
Common Issues:
| Issue | Fix |
|---|---|
| Cover not showing | Re-generate with cover image specified |
| No Table of Contents | Use --toc flag in Pandoc |
| Weird formatting | EPUBs reflow - some formatting will be simplified |
| Marginalia looks wrong | This is normal - EPUB simplifies complex layouts |
KDP UPLOAD
Ebook Upload Process:
- Go to kdp.amazon.com
- Create new ebook title
- Upload your EPUB file
- KDP automatically converts to Kindle format
- Upload cover:
TCAB_eBook_Cover_KDP.jpg - Preview in Kindle Previewer
- Publish!
Alternative: Upload DOCX
If EPUB gives you trouble, KDP also accepts:
- DOCX (Word format)
- MOBI (old Kindle format)
- HTML
You can upload the Word document you formatted instead of EPUB.
EPUB vs PRINT PDF
| Feature | EPUB (Ebook) | PDF (Print) |
|---|---|---|
| Reflowable text | ✅ Yes | ❌ Fixed layout |
| User can change font | ✅ Yes | ❌ No |
| Works on all devices | ✅ Yes | ❌ Print only |
| Marginalia formatting | Simplified | Exact placement |
| Page numbers | Dynamic | Fixed |
| Cost to produce | $0 | ~$4.50 per copy |
| Your royalty | ~$3.50 (70%) | ~$3.50 (varies) |
Trade-off: EPUBs are more flexible but lose the exact “found manuscript” layout. The content still works perfectly.
QUICK START
Right now, in 5 minutes:
- Open
MASTER_MANUSCRIPT.mdin TextEdit - Copy all text
- Go to https://pandoc.org/try/
- Paste the text
- Select EPUB format
- Click Convert
- Download the EPUB
You’ll have an ebook ready for KDP.
QUESTIONS?
Which option should I use?
- Fastest: Online converter (5 min)
- Best quality: Calibre (30 min)
- KDP optimized: Kindle Create (30 min)
Can I skip EPUB and use Word?
- Yes! KDP accepts DOCX files. Upload your formatted Word doc directly.
Do I need both EPUB and PDF?
- EPUB: For ebook edition
- PDF: For print edition
- Yes, need both for complete publication
“The EPUB flows like water. The PDF stands like stone. Both carry the same story.”