Quote:
Originally Posted by tompe
A what ebook-convert command line does that correspond to? The default argument for ebook-convert will for example give justified text which you do not want.
I am using ebook-convert in calibre 0.6.29.
|
Code:
ebook-convert eBook.prc .epub --margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0
That's what I use unless I want to change the cover. If I want to add in a cover, I use...
Code:
ebook-convert eBook.prc .epub --margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0 --cover=cover.jpg