How Can I read an MS WORD file in a linux machine?.
I need to get the content of MS word file using PHP. Since the site is hosted in linux machine, i cannot use com objects.
I
hava a look here at mswordview. It's a GPL program which converts MS Word 8 files into html. You can then process them as such. You will have to compile the program from source and then run it through a shell_exec(); Gook Luck! Bubble