Hello,
Here is the situation : we have to offer a customer with a web-based search engine that will make a search for a given string inside a list of documents whose paths are logged in a database.
The supported documents are PDF, Word, Excel, TXT.
So we have 2 options :
- PHP
- ASP
Anyone heard of any good open-source solutions regarding this ?
Thanks !
EDIT : The documents are INTRANET only, so this is not a viable solution.