Quote:
Originally Posted by Gregg Bell
Thanks eschwartz. I don't use Kindle Previewer to preview. I use it to convert the epub file to a mobi file. And what is a "dual mobi"? My way was so clean. There would just be the msonormal stuff and a universal replace would clean it all up in five minutes. Writer2Epub adds css. It's like everything adds something. And I considered dual booting but I have XP and so I won't be able to be on line with it come April 8th. So I won't be able to get updates. And besides, I've become determined to get this done via Linux.
|
Well, if you just need to convert the file, not test out how it looks, then there is good news. As
st_albert said, Kindle Previewer is just kindlegen plus a mobi viewer. So just use kindlegen to convert it directly, as the additional usage of the Previewer to see how the files will look on the kindle, is unnecessary within your workflow.
Dual mobi is a .mobi created by kindlegen, which has both KF7 (.mobi) and KF8 (.azw3) formats. Amazon splits it into .mobi files to give old readers, and .azw3 files to give newer readers that support it.
.azw3 is Amazon's update to the MOBI format which gives it support for newer everything, including embedded fonts, since it is essentially an alternative wrapper to EPUB.
Download kindlegen from here:
http://www.amazon.com/gp/feature.html?docId=1000765211
save it in a folder called "bin" inside your home folder, which is "/home/gregory/".
Any programs located in "/home/gregory/bin/" will be automatically found when you type them in the command line. (After first creating the "bin" folder, you need to log out then in for the folder to be sensed.)
Then to convert a book open the terminal, type in "kindlegen", space, the filename of the document to be converted, and there you go!