[SEMI-RESOLVED] Render Word Document
Im needing to generate docx documents in our intranet site via mail merge templates. I need to be able to display the docx either in the browser or word BUT need to be able to allow editing that can be easily be saved back up to the server.
I have some code already to find the MERGE tags and populate them but its old and maybe theres a better way now?
http://www.codeproject.com/KB/office...rgefields.aspx
I havent found any good reliable way to trap the editing if it opens in Word from a browser link so Im exploring the in-browser possibility.
Whats the best way to do this?
Thanks