Not Generating Individual page for each record

Hi,
I am testing the simple mail merge with Trial version. I was expecting the seperate page for each record, but its not returning like that. 2nd record mail merge is continouing with the first merge page. I have attached the sample document along with this post. Can you help me to figure it out this issue?
Here the code

da.Fill(dt);
doc.MailMerge.Execute(dt);
doc.MailMerge.DeleteFields();

Thanks
–Raj

Hi
Thanks for your request. I think that you can find solution here.
https://docs.aspose.com/words/net/mail-merge-and-reporting/
I hope this could help you.
Best regards.