Hi Friends
I am working on search engine and in this application there is need to
extract the keywords from Excel/DOC/Powerpoint/PDF files that are
stored in UNIX server.
Could anyone suggest my the way to parse above application files with the help of PHP at UNIX SERVER.
It would be a great help.
regards
Deepak
Excel/DOC/Powerpoint/PDF Parser
Moderator: General Moderators
For this Java-poi is the only solution...
what we did to solve this problem, we use PHP script as front end
and use java - poi classes & oracle as our back end.
java- poi have classses for MS documents handling.
we extracted the documents through java ..and excess through php.
I think it would help you to find the way.
regards
Deepak
aggarwal_deep@yahoo.com
what we did to solve this problem, we use PHP script as front end
and use java - poi classes & oracle as our back end.
java- poi have classses for MS documents handling.
we extracted the documents through java ..and excess through php.
I think it would help you to find the way.
regards
Deepak
aggarwal_deep@yahoo.com
As for parsing Excel files using php on unix you can try this:
http://www.softclub.org/excelexplorer/
It's not free but you can try demo on-line.
http://www.softclub.org/excelexplorer/
It's not free but you can try demo on-line.