r-it Posted May 8, 2007 Share Posted May 8, 2007 Hi all, i would like to do the following, ok lemme explain first. On my site, users upload documents to the server right, only in these formats (pdf, rtf, .txt & .doc) and what i would like to do is search the contents of these documents, i have googled all i can and what come across is COM and i can't find examples on how to use it, if you have experience in using COM, can you please help Link to comment https://forums.phpfreaks.com/topic/50469-com-with-php/ Share on other sites More sharing options...
Thierry Posted May 8, 2007 Share Posted May 8, 2007 I use javascript instead of COM, reading the contents of the document into a reasonbly good string (without most of the document encoding). It only works for Word documents so far, so I dont know about the other ones. Link to comment https://forums.phpfreaks.com/topic/50469-com-with-php/#findComment-247980 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.