Combine multilpe Word Document into one document

Can I combine multiple word Document into one word document with Aspose.word, then convert it into PDF so I will have one PDF file including all the documents?

Olivier

Hi,

Surely it’s possible. Basically, you should append each section of each source docment to the destination document. Read this topic for more information:

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

Next you should involve Aspose.Pdf to export the resulting document to PDF. The following topics describes the details (see the Converting to PDF section):

https://docs.aspose.com/words/net/save-a-document/

If you have any difficulties implementing your task, don’t hesitate to post them here.

Thank you very much for your quick response.

Olivier