how can i convert multiple HTML files with their own assets(CSS/js/font/images) into epub3
I already have tried caliber and
Code:
ebook-convert input.html output.epub
but a lot of assets are missing and it ignores js
so what the best way to convert like 10 HTML files and each is depending on js/CSS/font/images?