How to - Save result of 2 Aspose.Words to a single PDF

Hi

I am evalutating Words/Pdf on my web server and running 2 Words mail merges which I need to concatenate into a single PDF which I will write to a browser with

pdf.Save( "MyDocument.pdf", Aspose.Pdf.SaveType.OpenInAcrobat, Response );

However, I cannot see how to create a merged PDF from the 2 Words.Documents. (Obviously, using MemoryStreams would be most efficient).

Can you provide some guidance please?

I don’t know if Aspose.Words support concatenating 2 Word documents but Aspose.Pdf.Kit can concatenate PDF documents. Please refer to Concatenate PDF Documents.