Hi,
I need to gave the user the capability to print several documents at once on a single docx file, I've tried to merge several docx files by copying the content nodes( after w:body ) with no luck , doing some research I came across something called Subdocuments on Word which allows the user to "construct" a single file using pieces of different docx files. It works when the docx files are external but not when inside of the package. Anyone has had success doing something similar? I have uploaded my file if you want to review it
http://rapidshare.com/files/138767542/Subdoc.docx.html
Thanks