Hi 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. thanks in advance for your help
