I have stored page contents (tables, plain text, images and paragraphs) into a variable. Now i want to convert this variable contents into MS word. How i can do this. Is there any possibility available in VS2010? OR is there any free library available for this conversion?
I have stored page contents (tables, plain text, images and paragraphs) into a variable.
Share
If you already have everything stored somewhere.. you can do something like Building a Word Document Using SQL Server Data
Moreover, there is a good example about Microsoft Word Documents from ASP.NET