Hi there
we use Aspose.Words to copy ContentControls of multiple documents into a single resulting docx file.
We use the NodeImporter for this use case like
var ImportFormatOptions = new ImportFormatOptions { KeepSour…...KeepSourceNumbering = true }; var importer = new NodeImporter( sourceDocument...referenceNode.InsertAfter(importer.ImportNode(sdt, isImportChildren:...