Converting .doc to .html file

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

Guest

I want to automate a process of converting documents (*.doc) to html pages
using C#. Please note that documents might contain images within it.

Any pointers in this regard would be of great help to me. Thanks!

Regards
Pradeep
 
SqlBeginner said:
I want to automate a process of converting documents (*.doc) to html pages
using C#. Please note that documents might contain images within it.

Any pointers in this regard would be of great help to me. Thanks!

Regards
Pradeep
If the machine that runs the program contains M$ Word, then you could always fire up word and save the file as .HTML. When doing this, word does not even have to be visible.
 

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