Hello,
I am trying to embed a html file (a report from sql) in to a word document in a particular location.
I am trying to get this done using the Office Interop.
1) How can I embed a html file in to a word document ?
2) How can I embed it on to a location by replacing a token in the Word doc. Eg . The word file would have a token <html_report>. The HTML file has to be embedded in the place where This token is .
Thanks !