Have a way (or a library) to create .doc files in iPhone app ?
Asked
Active
Viewed 517 times
1 Answers
2
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.

Matthew Ratzloff
- 4,518
- 1
- 31
- 35
-
3@hungbm06 Sorry, no. Keep in mind that this is a question and answer site, not a freelancer site. – Matthew Ratzloff May 14 '11 at 06:41