How to create and save a .rtf, .doc, .docx in Objective-C for iOS
I am looking to create and save either a rtf, doc or docx file on an iPad (iOS). The scenario is that we'd like to assist a user in creating content on their iPad and then let them email this as an editable document cross-platform (OS X, WIN). I am open to other solutions besides the rtf, doc or docx file format. Thanks, James RTF is going to be the easiest, because it's a plain text format. It's kind of like HTML, but without closing tags. Here is a class for writing an RTF, but it requires a lot of dependencies from elsewhere in the framework. DOCX would be rather difficult. It's actually a