📖 Text to EPUB Converter
Fully offline — no data leaves your computer
Book Title
Author
Language
Writing Direction
縦書き (Vertical)
横書き (Horizontal)
Text Content
# The Adventure Begins Once upon a time, in a digital world far away, there lived a curious programmer. They wanted to create an EPUB converter that worked entirely in the browser. # The Challenge Building an EPUB file is not as hard as it seems. An EPUB is just a ZIP file with a specific internal structure. # The Solution Using JavaScript, we can generate all the required files: - mimetype - META-INF/container.xml - content.opf - toc.ncx - Chapter XHTML files And package them together using a pure JavaScript ZIP library. # The End And so, the programmer succeeded in creating a fully client-side EPUB converter. The end. Or is it just the beginning?
Split chapters on headings (lines starting with #, ##, ###)
Treat text as raw HTML — preserve tags like
<ruby>
,
<b>
, etc.
📑 Detected chapters:
📥 Convert to EPUB
Reset