From: dave on
Hi everyone,

Is it possible to convert MS Word .doc files to ascii plain text files
using something basic tools available in a standard linux distro.
Basically i want to be able to let people do this using a webpage, and
my ISP does not have catdoc installed.

Thanks
Dave.

From: Ed Morton on
dave wrote:
> Hi everyone,
>
> Is it possible to convert MS Word .doc files to ascii plain text files
> using something basic tools available in a standard linux distro.
> Basically i want to be able to let people do this using a webpage, and
> my ISP does not have catdoc installed.
>
> Thanks
> Dave.
>

I've no idea if it's in a standar linux distro but antiword does that
and is available for linux. See http://www.winfield.demon.nl/

Ed.
From: news.t-online.de on
dave wrote:
> Hi everyone,
>
> Is it possible to convert MS Word .doc files to ascii plain text files
> using something basic tools available in a standard linux distro.
> Basically i want to be able to let people do this using a webpage, and
> my ISP does not have catdoc installed.
>
> Thanks
> Dave.
>
Try the strings command and haev a look at the output.

strings word.doc >word.txt