I store a library of Microsoft Word templates on my server. From a web page, the user selects a template and it is then downloaded to the workstation using a Response.Writefile command.
However, before downloading, I want to use Aspose Words to fill in bookmarked items using some data entered into a web form and submittted by the user. Question: Do I need to save the modified template to disk before I download the template (Word document) or can I simply stream it to the user's workstation?
Thank you