views:

55

answers:

1

I want to accomplish a few tasks:

  1. Open a Word document through my program in C# and create a document path to read or write to.

  2. Change the formatting of text in the Word document as if I wanted the Word window to give me the text in RTF format or plain text or docx (supported formats)

  3. Retrieve the text in my given format such as RTF from the Word window as the user closes the Word window