F
Fidget Brain
I am developing a WinFX application. One of my tasks is to produce a dynamic
document from this application, based on a set template. As far as I can
see, the best way for me to tackle this is by doing the following:
- to create the template within Word.
- to save the resulting document package as a resource within my
application.
- afterwards, when a user selects an order within my application, I can then
dynamically generate the custom XML data package based on the selected
order, and can stream the document to the user.
Does this sound like a good plan?
document from this application, based on a set template. As far as I can
see, the best way for me to tackle this is by doing the following:
- to create the template within Word.
- to save the resulting document package as a resource within my
application.
- afterwards, when a user selects an order within my application, I can then
dynamically generate the custom XML data package based on the selected
order, and can stream the document to the user.
Does this sound like a good plan?