Microsoft Open XML SDL 2.0 append document to template document asp.net c#
问题 My asp.net c# web-application is creating word documents by filling an existing template word document with data. Now I need to add a further existing documents to that document as next page. For example: My template has two pages. The document I need to append has one page. As result I want to get one word document with 3 pages. How do I append documents to an existing word document in asp.net/c# with the Microsoft Open XML SDK 2.0? 回答1: Use this code to merge two documents using System.Linq