I'm new to calibre, and I've researched that I could create a single inline html file like this (I'm using the command line):
- ebook-convert demo.docx demo.htmlz --htmlz-css-type=inline
- Unzip htmlz
- Trim all tags surrounding the actual content (html, body, div) manually
- Copy/paste the html files together
This works. But is there an easier way? Have I missed a --single-html-output-file command or something alike?
Thanks for your help!