Tuesday, April 5, 2011

HTML to Word Doc in ASP.NET

How can I convert HTML to Word Document in ASP.NET? Please tell me a free tool.

From stackoverflow
  • There is a free solution : read this, also check this sample

  • alternatively you can write html tagged data using response.write to output as word document type

0 comments:

Post a Comment