我有一个模板文档,想通过多次复制模板文档的内容来创建一个新文档。
例如,结果列表计数为10,我想将模板内容复制10次到新文档。 因此,这样的过程:
foreach(var item in result) {
1. Copy template Contents to new document > replace string > add page break
2. Copy template Contents to new document > replace string > add page break
3. Copy template Contents to new document > replace string > add page break
........
}