How to convert doc to html without word

R

R D

I need to convert a MS Word document to HTML. Is there
any ActiveX DLL to convert document to HTML in client
side. Any help is appreciated. I need to be done as soon
as possible.
 
C

Cindy M -WordMVP-

Hi R,
I need to convert a MS Word document to HTML. Is there
any ActiveX DLL to convert document to HTML in client
side. Any help is appreciated. I need to be done as soon
as possible.
The only way you could do it without Word would be to use a
programming language such as C++ to parse the binary file
structure and generate HTML code. I know of no ActiveX
control or tool that can do this for you.

If the problem is allowing a user to view a Word document,
even though they may not have Word, then you might want to
look into having them download the Word Viewer.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

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

Top