ifilter Questions
4
Solved
For a C# web application I am wanting to index text from PDF, DOC, etc files stored in a database.
I have been experimenting with an IFilter example on Code Project which works great for files fro...
4
Solved
I am trying to use Adobe IFilter to search PDF files. My code is written in C# and I am using p/invoke to get an instance of IFilter:
[DllImport("query.dll", SetLastError = true, CharSet = CharSe...
3
I need to use an IFilter interface from a 32bit app on Windows x64 systems. This is easy for .doc files as offfilt.dll supports both build types. However, I need to also get the plain text from .do...
Bedouin asked 7/2, 2012 at 23:53
4
Solved
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 clien...
3
Solved
I'm trying to write a C# utility that mimics the behavior of filtdump.exe from the Windows Search SDK (since filtdump doesn't appear to be redistributable itself.) I'm running into a combination of...
1
Solved
I'm currently using IFilters to extract text from various file (word, excel, tiff, pdf etc). I understand that IFilters have been discontinued with Windows 8. Does anyone have any recommendations o...
2
Solved
I'm trying to extract text from PDF files using an iFilter.
The Adobe PDF iFilter that is distributed with Adobe Reader is awful, returning HRESULT E_FAIL messages for many PDF documents.
The F...
Weatherworn asked 8/3, 2010 at 19:10
1
I have a column, that is encrypted using symmetric key in a database. An encrypted content is just a text. I would like to query this text using full text search. Is it possible?
I was thinking abo...
Sapless asked 30/11, 2010 at 10:43
1
Solved
My development team are having a problem having snippets of text shown for search results in windows 7 for our own custom files (note we are NOT talking about the preview pane that uses the IPrevie...
Tswana asked 14/10, 2010 at 14:8
1
© 2022 - 2024 — McMap. All rights reserved.