问题
Have a way (or a library) to create .doc files in iPhone app ?
回答1:
Short of writing your own library, you have two choices:
- Use RTF, which will produce a Word-readable document that covers basic word processing features.
- Send the data to a server, have the server do the conversion, then return the Word document to the application.
来源:https://stackoverflow.com/questions/5999831/iphonehave-a-way-or-library-to-create-doc-files-in-iphone-app