E
esk
Hi all,
I requirement in which I need to create a new word document based on a
predefined word template stored in the web server. This word template
contains some static text as well as some bookmarks as place holders for
dynamic data from a database.
When I click a button on a web page,
1) I should be able to create a new word document based on that predefined
template.
2) Populate that newly created word document with data from database.
3) And this document should be opened in the client machine allowing him to
edit further.
4) When he clicks on the word document's save command , the document should
be saved to a sharepoint document library and when he quits the word document
without saving, that new document should not be saved.
I was able to create a word document based on a template and populate it
with data from database through word object model. But this is being done on
the server side....How can this be achieved on the client side.
Please any of you help me in finding a solution for this requirement.
I requirement in which I need to create a new word document based on a
predefined word template stored in the web server. This word template
contains some static text as well as some bookmarks as place holders for
dynamic data from a database.
When I click a button on a web page,
1) I should be able to create a new word document based on that predefined
template.
2) Populate that newly created word document with data from database.
3) And this document should be opened in the client machine allowing him to
edit further.
4) When he clicks on the word document's save command , the document should
be saved to a sharepoint document library and when he quits the word document
without saving, that new document should not be saved.
I was able to create a word document based on a template and populate it
with data from database through word object model. But this is being done on
the server side....How can this be achieved on the client side.
Please any of you help me in finding a solution for this requirement.