Just what the title says really. I am looking for a way to print ms-doc files as html. I could really only find how to save files as .doc files and not so much on the reading of them. I am having it so that the .doc file is uploaded in a form and I want it to be printed as html to be viewable for public.
thanks a lot! Mike
eelixduppy
4:07 am on Feb 13, 2007 (gmt 0)
I believe you are going to need COM [us2.php.net] to do what you want, however, that might not be the only option.
You might find a class that does what you need at phpclasses [google.com] or another script repository.
Good luck! :)
firemaster
5:58 am on Feb 13, 2007 (gmt 0)
Thanks, but the problem with a COM is that you need to be running it on a windows machine, my server is a unix based.. Seems the only class I could find that might work also uses COM objects. I might have to bite the bullet and find another way around this other then the client being able to use word docs. thanks, Mike