converting MSWord Documents to HTML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ashcan
Forum Newbie
Posts: 4
Joined: Sat Apr 19, 2003 7:26 am

converting MSWord Documents to HTML

Post by Ashcan »

does anyone know of a tutorial or location of a script that can convert an uploaded Word doc to html on a linux server.
I have found various methods but they all use COM and only work on Windows servers.

I need it to be able to retain the formatting within the document.

any suggestions would be appreciated
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

I found this when browsing zend.com..

using COM in PHP

But then again, is still is COM.
Post Reply