0

My client wants me to extract the text out of an MS Word doc from MS Office 97 and forward to 2011 versions. Is there an API for that with PHP, free or commercial?

EDIT: Oh man, look at the comments. Yeah, I forgot to include "want this to work on Linux, as in CentOS Linux (like most shared Linux hosting plans)".

Volomike
  • 23,743
  • 21
  • 113
  • 209

1 Answers1

0

The only way I know of under linux is to use the Apache POI

http://poi.apache.org/

It's Java, but it's supposed to read and write both the new XML based files, and the older OLE Compound document files.

DarinH
  • 4,868
  • 2
  • 22
  • 32