Reputation: 1361
I want to get textual content from MSword 03 or older versions. Is there a script or software package that can do this?
I am able to get text out of word files for 2007 documents. I am not able to get the same from older versions (.doc).
I am using apache2 and php mysql.
Upvotes: 1
Views: 2851
Reputation: 3523
You can use LiveDocx which handles all MS Word Files including RTF http://www.phplivedocx.org/2009/08/13/convert-docx-doc-rtf-to-html-in-php/
Upvotes: 1
Reputation: 206
Here's a PHP class for ms word documents at http://obninsk.name/obninsk_doc/ .
Upvotes: 1
Reputation: 31068
Try catdoc
, which converts any .doc file into plain text. See the catdoc homepage.
Upvotes: 1