could you give me the sample code for inserting more than one RTF document to another document(.docx).
Hi Thamizh,
Thanks for your query. You can achieve your requirement by following the steps mentioned below.
- Insert Mail Merge fields into your source document where you want to insert document.
- Use MoveTo(merge filed name) method.
- Call Insertdocument() method to insert the document.