How to convert format file (.txt, .Doc) to epub file in iOS app

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

+4
source share
1 answer

epub , HTML- CSS. epub.

. http://www.jedisaber.com/eBooks/formatsource.shtml. , Obj-C .

Microsoft Word (.Doc) , . , .

0

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


All Articles