I have read everything I can find on the forum about inserting word documents into other word documents. I have also gone through the samples and readme in the MergeDocx extension. I am not exactly sure the best method for accomplishing this, and was hoping you could point me in the right direction.
I am looking to replace a content control in my main document with another word document. After looking at the MergeDocx extension, it appears that the only method is to use an altChunk and then use MergeDocx to process the chunks into the main document. Is this the best way to accomplish this?
Just to spell out exactly what I am doing. I am basically meging field data into a form letter template. I have the basic merge working now using content controls and xml data binding. The complicated part is that some merge fields can be defined as "segments", which are actually other word documents. These segments can also contain merge fields as content controls. The segments need to be first inserted into the main document, then reprocess the new combined document for merge fields and create the data bindings. I hope that made sense.