Re: Support for iFilter API

2007-06-04 Thread Juan Lang
Hi Stefan, I finally had a look at this. It looks like filter.h (where the iFilter API is defined) is generated from some IDL source. So you'd want to create your own definition of the .idl file, and generate filter.h using widl. That said, the iFilter interface is only used (in Windows) by the

Support for iFilter API

2007-06-03 Thread Stefan BrĂ¼ns
Hi, recently i had a look at the iFilter API. iFilter is an interface to extract text, formatting and various attributes from text like documents (pdf, rtf, html, ...). The actual extraction is done by a format specific plugin which gets registered to the Registry. I started my tests by taking th