2
votes
1answer
46 views
TextReader Read and ReadToEnd hangs without throwing exception.
Is there a way to know that a call to TextReader.Read or TextReader.ReadToEnd call will hang without throwing exeption before I do the call?
try
{
using (var filterReader = new …
0
votes
1answer
33 views
Use IFilter from VB
I am using VBA (in Access 2003) and I'd like to use the IFilter mechanism to extract the textual contents of files. I found some some nice C++ sample code which makes it look relatively easy, but at …
1
vote
0answers
36 views
Does an IFilter Exist for Indexing Source Code Files?
Anybody know of an IFilter that can index source code files beyond what the "Plain Text" filter can provide, with possibly a custom "Property Set" specific to programming?
For example, I have 835MB …
0
votes
4answers
37 views
Why would Windows Search query my IFilter for a bunch of weird interfaces?
I've implemented an IFilter as a native VC++ ATL in-proc COM server. Windows Search wouldn't use it - it creates an instance of my IFilter and then executes a bunch of QueryInterface() calls, …
0
votes
1answer
12 views
Do I assign different or the same class id to 32-bit and 64-bit versions of the same IFilter?
I've implemented my own Microsoft Search IFilter. I need two versions of it - 32-bit and 64-bit for deploying them on corresponding systems.
In case of IFilters for any file extension I can only …
0
votes
2answers
14 views
Where should my library deployed into Windows\System32 write logs?
I've developed an IFilter - a library that is to be deployed into Windows\System32. One possible strategy for reporting errors occuring inside it is writing them to a log file. Where should I put that …
0
votes
1answer
18 views
How to best deal with photos passed to IFilter?
I'm implementing an IFilter for indexing image formats. One problem is photos - many users have tons of photos, photos are huge and loading and searching for text on them is time consuming.
Yes, …
0
votes
2answers
46 views
IFilter or SDK for many file types?
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 …
0
votes
1answer
26 views
What’s a good strategy for exposing fatal IFilter problems to the user?
How do I expose errors that occur inside an IFilter to the user?
The IFilter can be loaded by a variety of Microsoft products, server products like SharePoint included. It will be separated into …
0
votes
0answers
16 views
TIF extraction using Recostar.tififilter.ifilter
Hi,
We are using Recostar.tififilter.ifilter to extract text from tif files.
Errors occur for some tif files when we used multiple files for conversion. For each file,a separate process for tif …
1
vote
1answer
94 views
Programmatically determine which iFilters are installed
I have a problem whereby the Adobe PDF iFilter doesn't work consistently for us. As such, we like to use the one from Foxit. The problem is, if we install the Foxit iFilter and then later the client …
0
votes
0answers
39 views
How to extract text from tiff using RecoStar.TIFFiFilter.IFilter?
If you use the RecoStar.TIFFiFilter for extracting the text from tiff file then This IFilter object is not returning CHUNKSTATE.CHUNK_TEXT in the GetChunk method.
0
votes
1answer
66 views
Word Ifilter installed on Windows 2k3 Server?
Does anyone know if the iFilters for MS Word are installed by default on a vanilla Win 2k3 server?
0
votes
1answer
214 views
Adobe PDF x64 ifilter
Getting a weird error box when using the 64bit version of adobepdf ifilter for sql server 2005 x64 on a x64 windows server 2003.
The exact message box contents:
MessageBoxHeader: MsFTEFD.exe - …
2
votes
0answers
143 views
IFilter dll works on Windows Desktop Search, but not on SharePoint 2007
I have written an IFilter dll that returns text from my application's file format. I registered it on my local system, and Windows Search correctly returns results with it. I registered it on my …
