Page 1 of 1

How to read doc/docx with PHP

Posted: Sat Feb 04, 2012 4:19 pm
by realdrouin
Hi,
Our company we are receiving '"tons" of resumes everyday. I've been ask to right a program that:
1. Create an html page of the resumes. I mean one html page per resume
2. Extract all the text of each resume and keep it in the database

I've tried a lot of programs/scripts to do it and cannot find a good solution. I've seen the solution with zip_archive and don't ask me why but the zip "thing' doesnt' work

Any of you have a solution