Writing an application in Cocoa that will take input from the user, format it appropriately, and then export it to MS Word. Are there any references or built-in libraries available regarding how to go about this?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Yes, you can use -docFormatFromRange:documentAttributes: from NSAttributedString to do this. See Apple's documentation here.

link|improve this answer
Awesome. Thanks a lot! – Kaji Nov 28 '09 at 8:18
feedback

It somewhat depends on what you are trying to achieve, but you can use Applescript to control MS Word such as creating new documents, inserting text into a document etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.