Merging several docs

Hello,

Does Aspose.Words support inserting of separte Word docs as sections into an existing Aspose.Words document (as in Word with Insert->File… menu)? If not, how would you merge several docs into one doc with a section for each doc?

Thanks,

Mar

Yes, documents insertion is supported. Document.ImportNode method serves that purpose. Here is a good article on the topic:

https://docs.aspose.com/words/net/insert-and-append-documents/

Best regards,