For self-publishers, a professionally formatted ePub is non-negotiable. The core promise of ePub is reflowability: your book must deliver a beautiful, readable experience on any screen size. AI automation tools are revolutionizing this technical process, but human oversight remains critical for true ePub excellence.
AI’s Foundational Role: Semantic Structure & CSS
A robust AI workflow starts by commanding, “Convert this DOCX to ePub3 with semantic HTML and a mobile-first CSS.” This instructs the AI to use proper Heading 1, 2, and 3 tags for structure, which directly generates a correct navigation document (NCX/nav). Always validate that this on-screen TOC matches your book’s structure exactly—click every link.
Next, apply a CSS reset that normalizes margins and uses relative `rem` units. This is where AI shines, eliminating fixed, device-breaking styles like font-size: 12pt; margin-left: 50px; and replacing them with fluid, accessible code like font-size: 1rem; margin-left: 2em;. Crucially, ensure all images have max-width: 100% and are wrapped in semantic <figure> tags with <figcaption>.
The Critical Human QA Checklist
Automation handles the baseline, but your quality assurance guarantees perfection. Perform these essential checks:
Reflow & Functionality: Change the font size. Change the font family. Rotate the screen. Is the text still beautifully readable? Test all internal links, like “See Chapter 5” references and endnote “Back” buttons. Watch for layout pitfalls: a floated image at a chapter’s end can cause the next heading to wrap awkwardly.
Visual & Accessibility Integrity: Many reading systems strip background colors and images. Never rely on them for key information. Verify that drop caps using ::first-letter pseudo-elements don’t cause indentation issues. Always avoid manual tabs, spaces for indentation, or text boxes.
Essential Multi-Device Testing
Your final ePub must be tested across ecosystems. Use tools like Reedsy Studio for instant reflow previews. Then, test on real devices: open it in Apple Books on an iPhone/iPad, send the file to your Kindle via “Send to Kindle,” and, if possible, test on a Kobo or Nook device or app. This reveals platform-specific rendering quirks.
By combining AI automation for consistent, semantic code with a meticulous, multi-platform QA process, you ensure your ebook delivers professional reflowable excellence to every reader, on every device.
For a comprehensive guide with detailed workflows, templates, and additional strategies, see my e-book: AI-Assisted E-book Formatting for Self-Publishers.