title: EPub to HTML conversion ...
- Install the panda command line tool, https://pandoc.org/installing.html
-
Check if the pandoc is installed using the command,
pandoc --version
-
Generate the static html from epub file by running the below command,
pandoc -s --toc -c template/pandoc.css -A template/footer.html test1.epub -o demo/example.html