I have to make some Word Integration as part of an exam project. My problem is that I am rather new to Microsoft Word integration in C#. I have the Assemblies I need, and I got everything set-up ready to write code pretty much. The document will be generated from scratch.
But I am just starring at the blinking cursor, not really knowing how to start.
I have to take a StringBuilder (which should hold stuff like escape characters for new lines, perhaps italic bold, etc kind of formatting as well.) The StringBuilder will be given from another part of the application written by my friend.
Would you suggest that this is delivered in another form than a StringBuilder Object?
And where should I start with all this? It's a bit overwhelming.
Thanks