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.
source share