File Converter to HTML

  • Thread starter Thread starter Garima Sajwan
  • Start date Start date
G

Garima Sajwan

Hi,

I have a requirement in my application to convert a file (MS office
docs, pdf, etc) to HTML. Is there any component that .Net exposes?

Thanks,

-Garima
 
Garima Sajwan said:
I have a requirement in my application to convert a file (MS office
docs, pdf, etc) to HTML. Is there any component that .Net exposes?

I would use office and adobe automation for this. As an example, word
allready knows how to save its documents as HTML.

Either go for the older ActiveX com-interop, or use the newer .NET classes
shipped with Office 2003. Beware though, the latter is very new and have
limited documentation.

- Michael S
 

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