Quote:
Originally Posted by kacir
Just like you, I too like to use commandline.
When I tried to use ebook-convert it told me that it has numerous interesting options. Too mumerous to be documented in manpage or a humble -h option output  . It told me to go to
http://calibre.kovidgoyal.net/user_m...onversion.html
But ... said page is completely devoid of any documentation of options.
How can I help you to remedy this situation?
Kacir
|
Will print a very basic help.
The full help options are created dynamically based on your input and output types.
Code:
ebook-convert in.epub out.txt -h
This will give you the full list of option based upon those formats. This design decision is because some formats specify format specific input/output options and some disable global input/output options.