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
 
Back
Top