EPUB to Text
Drop an .epub file and extract the plain text of every chapter in spine order. Optional chapter headers. Useful for searching, summarizing, or piping into other tools.
Drag an .epub file here or
Extracts the plain text of every chapter, in spine order.
How to use EPUB to Text
- Drop an .epub file.
- Toggle chapter headers if desired.
- Copy or download as .txt.
What is EPUB to Text?
EPUB is a ZIP of XHTML files described by an OPF manifest. This tool reads the manifest, walks the spine, and converts each chapter's HTML to text via DOMParser. Spine order is preserved so the output reads in publication order.
FAQ
- Does it work on DRM'd EPUBs?
- No — DRM-protected files (e.g. Kindle .azw) are not supported. Use the unprotected .epub format.