Programatically insert a Word document into an existing document (Word 2007)
- by cjb
I have a Word 2007 document that I want to insert an exsiting Word document into - while preserving the header/footer, graphics, borders etc of both documents.
I'm doing this using the Word API in C#.
It sounds pretty simple, I mean surely you just use the "InsertFile" method...
except that in Word 2007 the "insert file" functionality now is…