Converting Word to ePub has been free for years. The problem was never the conversion — it's the cleanup afterwards.
Your ebook and paperback, ready for every store
An ePub isn't «a converted Word file»: it's a package with rules — a ZIP of XHTML documents, CSS stylesheets and a manifest (OPF) describing the book. Amazon KDP accepts that ePub directly (it converts it internally to its KFX format) and Apple Books uses it as-is, so one valid, standard ePub serves both stores. These are the rules that decide whether they accept it and whether it reads well on a Kindle, an iPad or a phone:
They're essentially the same demands as the print interior you prepare — which is why the layout and the ePub share the same structure. If you're also publishing in paperback, start with the complete guide to formatting a book for Amazon KDP.
Calibre or Pandoc convert the Word file in seconds, but they carry over whatever the document didn't have solved. These are the failures that show up again and again — and that you almost never see until the store rejects the file:
If the Word file didn't use real heading styles (just bold, large text), the converter can't build the nav or the NCX: the ebook ships with no navigable index and no chapters in the reader's menu.
A CMYK photo or an 8 MB image passes «as-is» from Word to ePub. EPUBCheck doesn't catch it —it's an Amazon content rule, not part of the EPUB standard— so the file «validates» but the rejection still arrives on review.
A reflowable ebook has no «page foot»: notes have to move to the end with round-trip links. Many converters leave the return link pointing to the wrong chapter, or solve it with JavaScript.
Absolute-position CSS inherited from the PDF, or embedded JavaScript that forces a «scripted» declaration in the manifest: two frequent EPUBCheck errors that aren't visible at a glance.
The ePub isn't «converted» at the end as an afterthought: it's generated from the same structure already detected in your manuscript, and it goes through deterministic checks before you download it. Specifically:
It's the same criterion used to validate the print interior against the printing rules: check with evidence before delivering, not after the rejection.