View Single Post
Old 06-01-2011, 02:18 PM   #7
Diego
Junior Member
Diego began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: Kindle3
In case anyone needs a solution to this issue (at least for me), I solved it extracting the epub's cover with:
Code:
C:\Program Files\Calibre2>ebook-meta.exe --get-cover=PATH&FILENAME
And then running:
Code:
C:\Program Files\Calibre2>ebook-convert.exe c:\file.epub c:\file.mobi --cover=PATH&FILENAME --output-profile=kindle
Diego is offline   Reply With Quote