Quote:
Originally Posted by Ireadfreely
I tried Calibre. It only converts to epub. I have no clue what to do next.
|
Internally, MOBI is HTML. Once the MOBI file is DRM-free, use Calibre's command line program mobi2oeb to "explode" the MOBI to HTML. If you have run mobidedrm you should be able to run mobi2oeb, which is a similar python program. Once Calibre is installed, mobi2oeb should already be in your command "path" so just assume it is there and issue a command such as:
Code:
mobi2oeb -o book_html book.mobi
where book_html is a subdirectory where you would like the HTML and images to go (it does not have to exist yet).
Once you have a HTML file, use whatever you like to create a PDF version. I'm not an expert on this part but html to print should be simple.