JSON XML input to word

Hi,

I have a Word Document Template with Mail merge regions in it. I am trying to convert JSON xml to xml file dynamically. so that I can map xml to word template.

any idea how can I achieve it?

It would be a great help!

Thank you.

@danish.md I think, in your case you can use IMailMergeDataSource to use JSON data to execute mail merge.
Also, if you have a control over your template, you can try using LINQ Reporting Engine instead of Mail Merge with Regions. In this case you can use JsonDataSource.
If you need help with implementation, please attach your template, data and the expected result here. We will check and provide you more information.