How to create and save a .rtf, .doc, .docx in Objective-C for iOS

后端 未结 3 1755
小蘑菇
小蘑菇 2020-12-10 09:03

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

3条回答
  •  情歌与酒
    2020-12-10 09:15

    I've seen doc & docx readers for iPhone (App store entry linked here), but I don't know of any open source frameworks you can make use of.

    RTF format should be pretty simple to write, if you're up to the challenge. There is no built in framework support for it (here's a related question, b.t.w.).

    Maybe you could write out something in a regular TEXT format and e-mail that?

提交回复
热议问题