Converting Word files in ASP.NET

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

Guest

My company has an online documentation system that got set up a while ago.
They now want to to add the functionality to import documents into the system
where they will be converted to HTML. I can't seem to find anything on this.
Does anyone know how to convert a Word, Excel or PDF document to HTML in
ASP.NET?
 
You can use activePDF to convert doc types, including doc to html or PDF but
its not free.

If you have a dedicated server, you could probably create a process uisng
word itself and simply save the docs as html files as save to html is one of
words standard save options.

Regards

John Timney
Microsoft MVP
 
Back
Top