Re: Viewing Word Documents using PHP

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: Kris-Jon Fenton <kfenton(at)pcpro(dot)net(dot)au>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Viewing Word Documents using PHP
Date: 2002-02-13 02:23:41
Message-ID: 1013567022.8823.90.camel@kant.mcmillan.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Wed, 2002-02-13 at 14:49, Kris-Jon Fenton wrote:
>
> I am trying to view Word Docs on our intranet.
>
> All I can get is a load of code.
>
> Someone suggested that I use wvHtml - www.wvware.com - to convert the files
> but I am not sure how to tell PHP to use it??
>
> I have used readfile but still junk!

Now if it was viewing a "PostgreSQL" document, it would be on topic, but
I can't see any that are written in Word.

You need to popen() the wvHtml application and then do your processing
on the stream that comes back.

At least that is one answer. There are others.

Regards,
Andrew.
--
--------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201 MOB: +64(21)635-694 OFFICE: +64(4)499-2267
Are you enrolled at http://schoolreunions.co.nz/ yet?

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Kris-Jon Fenton 2002-02-13 06:06:10 ftp_put
Previous Message Christopher Kings-Lynne 2002-02-13 02:01:22 Re: Viewing Word Documents using PHP