Document Merge

I am looking for an example to Insert the contents of one Word document ( lets say its in RTF format ) into designated location in another Word document document.




Hi William,

Thanks for your inquiry. You can achieve your requirements using Aspose.Words. You need to move the cursor to the desired location in the document and insert the Word or RTF document. DocumentBuilder.InsertDocument method inserts content of the document into the current position of DocumentBuilder's cursor.

Please let us know if you have any more queries.