Merge two or more Word Documents

Hi,

I would like to know which way do You consider ‘the best way’ to merge two or more word documents. Aspose.Words does not have a Concatenate method like Aspose.Pdf; I think copying all sections into one document (Section.AppendContent) can be a solution but it seems to not preserve Header and Footer, another possible solution is Doc.ImportNode. I don’t know if there is a more efficient way.

VB.NET code samples would be appreciated.

Thank You in advance.

Claudio Mellina

Please read the following Wiki article on the topic:

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

Best regards,