Advanced

How to Format an AI-Written Manuscript for Publishing

Generating a draft with AI is the easy part. Turning that raw text into a manuscript that passes Kindle's ingestion checks, looks right on a Kobo, and prints without orphaned headings on page 1 — that's where most first-time authors stall.

This guide walks through the exact formatting pass we recommend before you hit export in BookBud.ai. It works whether you generated the whole book in one shot or drafted it section-by-section over a week.

1

Why AI manuscripts need a formatting pass

AI-generated prose is usually clean at the sentence level but messy at the structural level. Common issues we see in raw drafts:

  • Inconsistent heading levels (a chapter title styled as H2 in one chapter, H3 in another)
  • Smart quotes mixed with straight quotes
  • Em-dashes rendered as double hyphens
  • Stray markdown artifacts (bold left as literal asterisks)
  • Section breaks that don't survive EPUB conversion
  • Front-matter and back-matter that simply isn't there yet

Readers don't notice good formatting. They notice bad formatting instantly — and so do retailer validators. Amazon KDP will reject an EPUB with broken nav.xhtml. IngramSpark will flag PDFs with embedded fonts they can't license.

2

What "publish-ready" actually means

Different destinations want different things. Before you format, know where the file is going:

  • Reflowable EPUB (Kindle, Apple Books, Kobo, Google Play): semantic HTML, no fixed page breaks except between chapters, embedded cover, valid TOC.
  • Print PDF (KDP Print, IngramSpark, DocToPrint): fixed trim size (commonly 6×9 in for nonfiction, 5.5×8.5 in for fiction), embedded fonts, mirror margins, page numbers that skip front matter.
  • DOCX: editable Word file — useful for beta readers, agents, or services that require it. Should mirror the EPUB structure.

BookBud exports all four (EPUB, PDF, DOCX, and a ZIP bundle) from the same source. The cleaner your manuscript inside the editor, the less you'll fight any single format on the way out.

3

Step-by-step: format your AI draft in BookBud

1. Open the project and audit the outline

From your dashboard, click into the book you want to publish. Before touching any prose, look at the left-hand outline panel and confirm every chapter has the same depth structure (e.g., Chapter → 3–6 sections, no orphan sections at the top level).

Audit the outline panel before touching the prose
Audit the outline panel before touching the prose

If you generated chapters at different times with different prompts, it's normal to find one chapter with eight sub-sections and another with two. Merge or split now — restructuring after export is painful.

2. Standardize heading levels

In the Quill editor, every chapter title should be the same heading level (we recommend H1), and every sub-section the same level below it (H2). Walk the document top to bottom:

  • Highlight each chapter title and apply Heading 1
  • Highlight each section subhead and apply Heading 2
  • Reserve H3 for rare third-level breaks

This is what builds your table of contents on export. Inconsistent heading levels = a broken TOC in the EPUB.

3. Clean up typographic artifacts

AI models occasionally emit raw markdown or mismatched punctuation. Do a pass for:

  • Literal asterisks or _underscores_ around words → re-apply as bold/italic in the editor
  • Double hyphens -- → replace with em-dashes
  • Three dots ... → replace with ellipsis (or leave as three dots, but be consistent)
  • Curly vs. straight quotes — pick one and stick to it (curly looks more professional in print)

Use Find & Replace if your editor supports it, or a quick scroll-through. Twenty minutes here saves a one-star review about "messy formatting."

4. Add scene breaks and section dividers

AI drafts often run scenes together. Where you want a visual break (time jump, POV shift), insert a centered separator — three asterisks * * * on their own line is the convention. Don't use blank lines alone; EPUB readers collapse them.

5. Write or generate front matter and back matter

A publish-ready manuscript needs more than chapters. At minimum:

  • Title page — title, subtitle, author name
  • Copyright page — © year, author, ISBN if you have one, "All rights reserved" line
  • Dedication (optional)
  • Table of Contents (BookBud generates this from your headings on export)
  • About the Author at the back
  • Also By [Author] if you have other titles

Add these as sections in BookBud just like chapters. For nonfiction, also consider an introduction and a references/citations section if you used the verified citations toggle.

6. Generate or upload your cover

Use BookBud's cover generator with one of the style presets, or upload a designer-made file. Specs that pass nearly every retailer:

  • Ebook cover: 2560 × 1600 px, JPG, sRGB, under 5 MB
  • Print cover: full wrap including spine, generated separately by DocToPrint based on final page count

7. Run a generation pass for any thin sections

Use the Generate Full Book / continue controls to fill in any section that's still light, then re-edit. Formatting is easier when content is final — you don't want to restyle a chapter you're about to rewrite.

Fill thin sections with the generation controls before formatting
Fill thin sections with the generation controls before formatting

8. Export EPUB first, validate, then export PDF and DOCX

EPUB is the strictest format and the best canary. Export EPUB, open it in a free tool like Calibre or Apple Books, and check:

  • TOC matches your chapter list
  • Cover appears on the first screen
  • No raw markdown or broken images
  • Italics and bold render correctly

Only after EPUB looks right should you export PDF (for print) and DOCX (for editing or submission elsewhere). BookBud lets you re-export at any project stage, so iterate freely.

9. Distribute when the file is clean

Once your EPUB validates, use the one-click distribution buttons to push to SelfPublishing.pro for ebook retailers and DocToPrint for print-on-demand.

Distribute only after your EPUB validates cleanly
Distribute only after your EPUB validates cleanly
4

A realistic time budget

For a 60,000-word AI-drafted book, expect roughly:

  • Outline audit and restructuring: 20–30 min
  • Heading and typography cleanup: 1–2 hours
  • Front/back matter: 30–45 min
  • Cover finalization: 15 min to 2 hours depending on revisions
  • Export, validate, fix, re-export: 30–60 min

Call it a focused afternoon. Less than that and you're skipping steps; more than that and you're probably rewriting, not formatting — which is a different job.

For more on speeding up the drafting stage itself, see How AI Helps You Write Books Faster.

Frequently asked

How do I format an AI-written manuscript for Kindle and other ebook stores?
Export your AI-written manuscript as a reflowable EPUB rather than a PDF. EPUB is the format Amazon KDP, Kobo, Apple Books, and Google Play all prefer because it adapts to any screen. In BookBud, finalize your headings (H1 for chapters, H2 for sections), add front matter and a copyright page, generate or upload a 2560×1600 cover, and click Export EPUB. Validate the file in Calibre or Apple Books before uploading. One clean EPUB is accepted by every major ebook retailer.
What's the right way to handle headings and chapters in an AI-generated draft?
Use a consistent heading hierarchy: one H1 per chapter title, H2 for major sections inside the chapter, and H3 only when truly nested. AI models often style chapters inconsistently across a long draft, so do a top-to-bottom pass and apply the styles manually in the rich-text editor. This consistency is what generates a working table of contents on EPUB export and what lets retailer apps build chapter navigation. Avoid using bold large text as a fake heading — it won't be picked up.
Do I need to fix punctuation and quotes in an AI-written manuscript?
Yes, briefly. AI output is usually clean but occasionally mixes straight and curly quotes, leaves double hyphens where em-dashes should be, or emits literal markdown like asterisks around bold words. Spend twenty minutes with Find & Replace converting `--` to em-dashes, normalizing quotes, and re-applying bold or italics through the editor instead of leaving raw markup. These artifacts are the most common reason readers describe a self-published book as "sloppy" in reviews.
Should I export to PDF or EPUB first when formatting an AI-written manuscript?
Always EPUB first. EPUB validators are the strictest of any common format — if your EPUB opens cleanly with a working table of contents, an embedded cover, and correct italics, the same source will almost always export to PDF and DOCX without issues. PDF is what you need for print-on-demand through DocToPrint or KDP Print, but only after your interior is locked. Treat EPUB as your structural canary, then generate the print PDF once content is final.
What front matter and back matter does an AI-written manuscript need?
At minimum: title page, copyright page, table of contents (auto-generated from headings), and an About the Author section at the back. Nonfiction often adds an introduction and a references or citations page. Fiction sometimes includes a dedication, an Also By page, and a teaser for the next book. AI drafts almost never include these, so add them as separate sections in BookBud before exporting. They're what make a file feel like a published book rather than a Word doc with chapters.
How long does it take to format an AI-written manuscript for publishing?
For a typical 60,000-word AI-written manuscript, plan on a focused afternoon — roughly four to six hours total. That covers outline audit and restructuring, heading and typography cleanup, writing front and back matter, finalizing the cover, and exporting and validating EPUB, PDF, and DOCX. If you're spending much more than that, you're probably rewriting content rather than formatting, which is a separate editorial pass. BookBud's one-source export to all four formats keeps the formatting pass itself short.