Is there a way to insert a docx string into an existing document at a specific merge field. I have used DocumentBuilder.InsertHtml in IFieldMergingCallback.FieldMerging for html, however I need the same functionality only inserting docx. Is this possible?
Thanks