I am developing an iOS application in which I have to read or write an e-book. In iOS, so many libraries are available for reading e-books, but I did not find anything for writing (library or SDK). I have an editor in which I enter some text and after saving this file in any format, how can I convert this file to an .epub file using the library or SDK.
I found a solution for it in android here .
Any suggestion would be helpful.
Thanks in advance
source
share