I have a few docx documents and I would like to insert the text from these documents into another template docx document and just wondering the best way to do it.
So, how can I read a docx document and then insert it into a new document? Can I setup some content controls and then insert them OpenXML code into there some how?
Some of the things you can use for document merging:
- Eric White's DocumentBuilder
- Docentric toolkit
One of the DocumentBuilder examples shows exactly how to do what you describe.
Take a look at this screencast: Intro to DocumentBuilder 2.0
-Eric
Eric White www.ericwhite.com Follow on Twitter