Save htm page as word document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a htm page that was generate by my application .
I need to save it as word document automaticly (not by using file,save as...)
by my application using C#.Net
Thanks,
danny
 
Try just giving it a .DOC extension - word is clever enough to take HTML and
render it as a document when it opens it.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top