Combine user saved files

Can words combine user filled word documents

Hello
Thanks for your interest in Aspose.Words. But could you please clarify your requirement little bit?
Best regards,

Sorry, I thought it was a live chat.

What I would like to know is if user created files can be combined into a master document without user intervention?

Example: User supplies 10 addresses to to 10 separate word documents. Then through some trigger the master document inserts these one at a time into the appropriate place in the master document.

If this is understood, is it possible?

Mike

Hi
Thank you for additional information. Sure, you can achieve this. Just combine your documents into one document using Document.AppendDocument method:
https://docs.aspose.com/words/net/insert-and-append-documents/
Or you can try inserting one document into another:
https://docs.aspose.com/words/java/insert-and-append-documents/
Please let me know if you need more assistance, I will be glad to help you.
Best regards,