Hi!
I have a question. It's possible to import the necessary functions in a python script for convert formats and also can use StringIO?
A quick example:
Import ebook conversion from calibre
Generate HTML with StringIO (memory files)
And convert to epub in memory (with the function or class imported)
Well, I hope you guys can understand my idea.
Thank you