Quote:
Originally Posted by theducks
There is now a plugin for Calibre (7.32) that opens the epub in editor of your choice.
|
Marvellous though it is

that won't help him with automation though.
Looking at the source code for Sigil, there is a comment as follows "undocumented, unsupported *-to-epub console conversion. USE AT YOUR OWN PERIL!". So bear that in mind if you give it a go
It works like this:
sigil.exe %1 %2 %3
%1 - Absolute path to the input file
%2 - seems to not be used, put anything as a placeholder like foo
%3 - Absolute path to the output file
e.g.
sigil.exe d:\input.epub foo d:\output.epub