Insert list<node> after a node

Hi team,
We want to extract some content from a document and insert it into the specified location of the new document. What should we do

@alexey.noskov Please help

@DiZheng Please see our documentation to learn how to extract content between nodes:
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/

Once content is extracted, you can using DocumentBuilder.InsertDocument method to insert the extracted content into another document.