I have a Word document (template) that I want to programmatically modify and than display to the user. I have been able to open the document and modify it but I realized that I was working on the template, while I would like to create a temporary file and work on it.
Have you got any suggestion?
I tried:
myDocument.Contect.Text = Document.Content.Text
but it copies just the text while I need all the document with images and tables.