|
|
|
|
|
by donio
2374 days ago
|
|
Calibre is not bad if you stick to the CLI utilities and avoid the GUI. ebook-convert in particular is pretty much all I need from Calibre. I normally run it with the following options: ebook-convert input.someformat output.mobi --remove-paragraph-spacing --change-justification=justify --enable-heuristics --unsmarten-punctuation
(It's picky about the ordering of the input/output vs the flags) |
|