FOSS java library for creating * .mobi books?

Firstly, there is almost the same question, but the answer is not really satisfactory.

Is there a Java or Ruby library for creating MOBI e-book documents?

The answer basically gives a link to Amazon and discusses the use of command-line tools, which is actually not satisfactory for a web application. I want a regular jar file with api that I can call without any unpleasant process call.

Does anyone know the FOSS library that provides this feature? I would rather be like ITEXT, which allows me to create a document and then write a mobi file, rather than something that converts an existing PDF file to MOBI.

+4
source share
1 answer

The best I've managed to find is a ruby ​​library called KindleR. https://github.com/josh/kindler

I used it to convert basic HTML pages to mobi with pretty good success. I have never converted anything with more complex formatting, therefore YMMV.

0
source

All Articles