Our main application contains a vital feature that includes MS Word. Every document is named by the application and saved in the applications DB. We have a big collection of templates that we are using when the user create new documents. We are using bookmarks in the templates to day when we fill in the document with data from our application.
I am looking for the "best practice" in our new ASP.net version. We don’t want to use the web server for this purpose. I.e. we want the client side to perform the Word execution, every template and document is stored at the DB-server. Does anyone have any tips or tricks?
I am looking for the "best practice" in our new ASP.net version. We don’t want to use the web server for this purpose. I.e. we want the client side to perform the Word execution, every template and document is stored at the DB-server. Does anyone have any tips or tricks?