
: Re: ePub converter that saves in HTML5? Does anyone have an ePub converter that actually saves in HTML5? I have tried Kotobee Author and Calibre but they save in HTML 4/XHTML. An update of the
0 Reactions
Try using Pandoc. I am not sure how "correct" is the HTML5...
$ pandoc file.epub -t html5 -s > file.html
Pandoc is open source. sudo apt install pandoc if not previously installed.
Without -s just the body's content is generated.
(Several options available to control html output)
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Annie