create a new document from word template with multiple pages using documentformat.openxml
问题 I have a Microsoft Word template with some content controls. It contains a table of contents and some extra information. On the page, I have set some content controls where I would like to inject a new text from a RESTful service. If the RESTful service returns an array of data (objects), I need to replicate the information on each page based on the Word template. Any idea on how can I do that using the Open XML SDK ( DocumentFormat.OpenXml )? Edit: I found this post here, which is great, but