-3

Have a way (or a library) to create .doc files in iPhone app ?

hungbm06
  • 1,549
  • 6
  • 24
  • 32

1 Answers1

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