Use calibre ebook-convert as a Python Module
Hi,
I'm building a tool that runs on the server and needs to convert ebooks to other formats. The problem is that I can't run the calibre CLI (and use the ebook-convert command) on the server, so I want to run the ebook conversion of calibre as a python module.
Is there an easy way to do this? Is there any documentation that I may have missed?
Also, I would like to upload to the server the least amount of code of the calibre source.
Thanks!
|