Read .doc files using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aayushpuri
Forum Newbie
Posts: 2
Joined: Wed May 14, 2003 5:30 am

Read .doc files using PHP

Post by aayushpuri »

Hi,
I wanted to know if there is a way to read .doc files using PHP in LINUX.
It is quite important that this is done in a LINUX enviroment.
Or, alternatively is there any way to convert .doc files to .rtf using PHP.
TIA.

-Aayush
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

might be but not that I know of.
If it don't have to be php take a look at http://jakarta.apache.org/poi/
Post Reply