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

There is a Python library in the Caliber project, but I would like to find a library that I can use from Clojure or Ruby. Any ideas?

+4
source share
1 answer

Check out the KindleGen tool available here from Amazon . This is a command line tool used to create e-books that can be sold through the Amazon Kindle platform. You can call it from Java or Ruby.

+2
source

Source: https://habr.com/ru/post/1340202/


All Articles