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?
I am playing with Microsoft word document from ASP.NET/C# program. My programs opens up word docs internally. using app = new Word.Application(); app.Documents.Open it creates a instance of ...