Page 1 of 1
How to view word doc in page on the fly ?
Posted: Wed Sep 25, 2002 10:55 pm
by att_brenk
Dear sir,
I want to know making php script to view doc (ms word format) that have text, table, image etc and that script work on the fly.
Thanks a lot,

Posted: Thu Sep 26, 2002 12:39 am
by Takuma
How about just converting the word doc into HTML?
Posted: Thu Sep 26, 2002 2:11 am
by att_brenk
Thanks before ...
I did your idea ... but I want to minimise folder batch.
I see it to give the Web Admin Data Entry work simply to upload that word doc on the Web.
Regard's
-brenk-
Posted: Thu Sep 26, 2002 2:48 am
by Takuma
How about using Dreamweaver to convert it?
And also how about rich text format?
Re: How to view word doc in page on the fly ?
Posted: Thu Sep 26, 2002 3:16 am
by b{l}OrB
att_brenk wrote:Dear sir,
I want to know making php script to view doc (ms word format) that have text, table, image etc and that script work on the fly.
In case you didn't know, MS Word documents are stored in a binary format, making it virtually impossible for them to be read in anything other than word it's self or scripts that use COM to retrieve data... of which I wouldn't dare try myself in fear that my head would explode.
I'd give up the thought if I were you... stick to saving them as HTML files.
Sir
out
Posted: Thu Sep 26, 2002 4:40 pm
by Takuma
Ahhhh, maybe save it as a HTML page????