Can you combine multiple Word documents into one?

Hi,

We’re looking for a solutiont to combine multiple Word docs into a single doc programatically on a web server, anywhere from two docs together up to hundreds. Can Aspose.Word do this?

Thanks,

- Thomas

1 Like

This is possible by moving or copying sections between the documents. Please look for examples in this forum.

There could be some formatting lost (list formatting) when moving section from one doc to another because list formatting remains in the original document, this will be addressed soon.

1 Like

I notice that the last post was in 2004. Wondering… has this issue been addressed or is there a work around?

Specifically, we are seeing formatting lost when combining sections from multiple Word documents.

Any advice or work-arounds are greatly appreciated!

Thanks,

Jason

1 Like

Hi

Thank you for your inquiry. You can use Document.AppendDocument method to combine documents. Please follow the link to learn more:

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

Best regards,

1 Like