Merge two documents

Hi,

i need to merge two documents (fax cover page and the real document). I
have two word templates and want one word document as the output. I
need one output to generate an PDF with Aspose.Pdf. Or is there a
possibility to generate one PDF from two word documents? What
would be the best way to do it?

Thank you

Robik

Hi Robik,

Thank you for considering Aspose.

The best way is to merge your two documents first and then convert it to PDF. Please refer to the following topics of our Programmers Guide:

https://docs.aspose.com/words/net/working-with-sections/ - to learn how to combine the documents together.

https://docs.aspose.com/words/net/save-a-document/ - to learn how to convert Word documents to PDF.