Search code examples
c#asp.netms-wordmailmerge

Word Mail Merge from ASP.NET web application


What is the best way to do this. I dont have access to the database since it is firewalled. It needs to be done throught the web interface.

I can generate a csv file and plug it into the word document, but it seems cumbersome to me. Is there any better way to do this?

Thanks

Edit:For future reference i ended up using a library called Syncfusion DocIO.


Solution

  • Automating Word Mail merge from ASP.NET application