ebook-convert
ebook-convert copied to clipboard
wrapper around calibre's ebook-convert command
If there is a space in filename, it fails. Here's a simple program with space in filename: ``` const path = require("path"); const convert = require("ebook-convert"); const inputFile = path.join(__dirname,...
Fixes a bug where filenames containing spaces in filenames weren't being converted.
This stopped working for me recently so I just updated module dependency version to latest
my goal is to convert the HTML file to EPUB format. I have tried `ebook-convert input.html output.epub` but a lot of assets are missing this is my assets structure ![Screenshot...