Search code examples
c#ms-wordopenxmlopenxml-sdk

Append word document to an existing document using OpenXML and C#


I want to append the content of an existing .docx document (including all formatting/styles) to another existing document.

I found the following link but its more for duplication rather than addition: Duplicating Word document using OpenXml and C#

Any help would be much appreciated. Thanks!


Solution

  • I've answered this question earlier, please check this question.

    Hope this helps.