convert from doc to html

  • Thread starter Thread starter erez
  • Start date Start date
E

erez

hello
i need to convert at run time Word document (file.doc)
to html file (single or multiply), how to do that?
thanks
 
Hi,

Here is the simple method...... Just rename the *.doc to *.htm at run
time.... You can use Move() method of the System.IO.File class.

--
Let me know if you need further help

Regards
Sreejumon
www.mstechzone.com
 
Back
Top