On Apr 4, 2009, at 15:19, 9el wrote:
On Tue, Feb 24, 2009 at 1:38 PM, Per Jessen wrote:
Srinivasa Rao D wrote:
Hi all,
* How better, i can read ms-word doc files from PHP on LINUX
OS*.
[snip]
*Is there are any other softwares that can fetch text from MS-WORD
file?.*
On Tue, Feb 24, 2009 at 1:38 PM, Per Jessen wrote:
> Srinivasa Rao D wrote:
>
> > Hi all,
> > * How better, i can read ms-word doc files from PHP on LINUX
> > OS*.
> [snip]
> >
> > *Is there are any other softwares that can fetch text from MS-WORD
> > file?.*
>
Word documents r
Srinivasa Rao D wrote:
> Hi all,
> * How better, i can read ms-word doc files from PHP on LINUX
> OS*.
[snip]
>
> *Is there are any other softwares that can fetch text from MS-WORD
> file?.*
OpenOffice.
--
Per Jessen, Zürich (1.9°C)
--
PHP General Mailing List (http://www
thanks Lucas.This code is very helpful to me.
Srinivasa Rao D wrote:
> Hi all,
> * How better, i can read ms-word doc files from PHP on LINUX OS*.On
> searching I got *catdoc* softaware.By using this i can read word doc data as
> a text.
>
> function catdoc_file($fname)
> {
>
> $ret = exec('catdoc -ab '.escapeshellarg($fname) .'
From: Srinivasa Rao D
>
> * How better, i can read ms-word doc files from PHP on LINUX
OS*.On
> searching I got *catdoc* softaware.By using this i can read word doc
data as
> a text.
It would be helpful to have a little more context. What do you want to
do with the text you read this way?
Hi all,
* How better, i can read ms-word doc files from PHP on LINUX OS*.On
searching I got *catdoc* softaware.By using this i can read word doc data as
a text.
function catdoc_file($fname)
{
$ret = exec('catdoc -ab '.escapeshellarg($fname) .' 2>&1');
if (preg_match('/^sh: line 1
7 matches
Mail list logo