0

I want to READ ( not write into) .doc and .docx files and need to extract text out of them..

I tried many methods but some works good only for .docx and not for .doc

I got to know that Zend_Service_LiveDocx can do this but not sure how to do it...

Please let me know details regrading this and if there are any more method just to READ contents from .docx and .doc files...

Thanks in advance...

Manojkumar
  • 1,351
  • 5
  • 35
  • 63

1 Answers1

1

All classes in Zend_Service are tied to an online service (Ebay,Flickr,Twitter etc). LiveDocx is also an online service and requires a user account (Registration).

If you use their service you should be able to read documents but only when hosted with them and not locale on your server which I guess is what you are looking for. The Zend LiveDocx guide has more info.

Adrian World
  • 3,118
  • 2
  • 16
  • 25