Quote:
Originally Posted by ldolse
If you have a crappy epub and you want to get it to as clean a version of single file html as possible you could convert to mobi, and then convert back to epub.
When you convert back to epub, you have two options to make it a single HTML file:
- enable debug output, and grab the html from the 'input' directory
- change your epub output to not split on page breaks and change the max split size to a few megabytes.
|
Sounds like a nice trick. I'm going to try that one next time, thanks!