Appending Multiple Documents followed by Mail Merge

We have a project where in a server environment we need to take multiple Word documents and append them together to form one documnet, Fill in template fields with text, then save the final word document as a PDF. Is this something your platform can do?
This message was posted using Aspose.Live 2 Forum

Hello

Thanks for your request. Yes of course you can do it using Aspose.Words. If you have lot of Word documents you can load each of them to documents and then concatenate these documents using AppendDocument method:
https://docs.aspose.com/words/net/insert-and-append-documents/
You can use Aspose.Words mail merge feature to fill your Word template with data. Please see the following link for more information.
https://docs.aspose.com/words/net/mail-merge-and-reporting/
And then convert this document to PDF:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
Please let me know in case of any issues. I will be glad to help you.
Best regards,