Does anyone know if there is any free/open-source utility that will convert Word documents to HTML on the fly? I don't care if it's a blackbox and I have to system() the call and cat the output, but I am trying to make a document repository system where people can upload Word/PDF documents, and the Word documents can be displayed in HTML format directly on the page, pretty close to their natural look. Any ideas?

Thanks!

Mike

    you can use [man]COM[/man] to open the word file and convert it to html with the save as command...you will probably have to play around with this some, but it should not be a problem

      YES! I spent months trying to do this, and could never find it, then one day I stumbled on this project : http://www.wvware.com

      Check it out, install it, and all of your dreams will come true :-)

        That's exactly what I need at wvware.com!

        Mike

          Write a Reply...