Guys, I get Docx from the server, I have to work with it, change the text size and so on.
Question: how to convert Docx to work with text in the UITextView, and then return it back?
Guys, I get Docx from the server, I have to work with it, change the text size and so on.
Question: how to convert Docx to work with text in the UITextView, and then return it back?
I would advise to pay attention to WordSDK . UITextView cannot work with .doc or .docx.
Find the library for working with docx and use it to perform file manipulations. docx is not just a text file.
Source: https://ru.stackoverflow.com/questions/403781/
All Articles