up vote 1 down vote favorite
share [g+] share [fb]

Does anybody know of an API/SDK or IFilter in .NET that can read the subject ('title' metadata) and text from the following files:

.PDF .DOC .XLS .PPT .CSV .TXT .DOCX .XLS .PPTX + the OpenOffice and Open Document standards.

Open source would be awesome... but commercial is OK too.

I can't find anything anywhere!

link|improve this question
feedback

1 Answer

I don't think you will be able to find a single IFilter that will be able to access the contents of all of those types. Typically, an IFilter will be for a specific technology.

For example, Adobe have one for PDFs, Microsoft provide one for Office that can do Word, Excel, Powerpoint, CSV (that I believe comes pre-installed with Windows).

link|improve this answer
Another alternative for PDF text indexing is FoxIt Software. foxitsoftware.com I've found their PDF IFilter much more reliable than Adobe's. – dthrasher Mar 8 '10 at 19:16
Although it's not an IFilter, I have gone with Aspose.NET for reading files. I suppose one could make an IFilter wrapper for Aspose.NET. – ben Jul 25 '11 at 5:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.