Appending document to a stream

Is it possible to create a document, save it to a memory stream, create another document, and append the second document to the first, using the stream?

I want to build up the documents without having to save the documents to disk first.

Thanks

Hi
Thanks for your inquiry. Yes, of course you can achieve this using Aspose.Words. Please see the following link to learn how to merge documents.
https://docs.aspose.com/words/net/insert-and-append-documents/
I think you should create main document and append all sub documents to this document.
Hope this helps.
Best regards.