Re: urgent please help (how to show .doc file on an html page)



Jerry Stuckle wrote:
piyush wrote:
thanks for reply
but i have open office.org and i dont want to download that doc file i
want the php code that will convert .doc into html/any other browser
output format using php automatically


AFAIK there is no php code to do this. You need to use open office or similar to convert it.

It's much better to just convert it when it's uploaded and save the result as a html file.

There are some scripts out there (php and perl) that will convert word to html but they have their flaws. The easest method is to paste it into tinymce (properly configured, read the docs, use autoclean and the paste plugin)

Arjen
.



Relevant Pages