<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using IFilter in C# by bypassing COM</title>
	<atom:link href="http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/</link>
	<description></description>
	<lastBuildDate>Sat, 06 Feb 2010 00:43:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kiran</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-37166</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-37166</guid>
		<description>hi Eyal

thanks for you code. there is slight change in my requirement i.e, i need to extract the page numbers in pdf file while extracting text from pdf file.. pls could u help me on this.</description>
		<content:encoded><![CDATA[<p>hi Eyal</p>
<p>thanks for you code. there is slight change in my requirement i.e, i need to extract the page numbers in pdf file while extracting text from pdf file.. pls could u help me on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-37119</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Tue, 21 Apr 2009 06:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-37119</guid>
		<description>hi Eyal

thanks for you code. there is slight change in my requirement i.e, i need to extract the page numbers in pdf file while extracting text from pdf file.. pls could u help me on this.

thanks a bunch.</description>
		<content:encoded><![CDATA[<p>hi Eyal</p>
<p>thanks for you code. there is slight change in my requirement i.e, i need to extract the page numbers in pdf file while extracting text from pdf file.. pls could u help me on this.</p>
<p>thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-37117</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Apr 2009 09:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-37117</guid>
		<description>Hey Eyal,

Thanks for the code. I am using your code for my search solution and ran into a little issue when I tried to modify it. I only need to parse PDF and both Office 2003 and 2007 document types. Instead of looking up IFilter in registry by extension, I found what IFilters are used by my local system using IFilter Explorer software, copied DLLs into bin directory of my project and hardcoded Persistent Handler Addin values in my code. Then I matched extensions to DLL location and persistent handler value and extracted content using these hardcoded values. Everything worked perfectly fine till I tried to run the same code on another machine (both machines running Vista). I could no longer extract content on this other machine even though I used the same IFilter DLL files and the same Persistent Handler values. Does Persistent Handler DLL specific or installation/workstation specific? What\&#039;s the difference between \&quot;Persistent Handlers\&quot; and \&quot;Persistent Handlers Addins Registered\&quot; values? I see both of these values in the IFilter Explorer next to DLL name and file extension, but don\&#039;t know what they are used for and how are they different? According to your code, you use \&quot;Persistent Handlers Addins Registered\&quot; value in order to load filter from DLL. I did the same.

I\&#039;ve been stuck on this problem for almost a week now and you are my best chance to get it resolve. At least point me in the right direction. All I am trying to do is use the latest IFilter DLLs in my project instead of hoping every machine has the latest IFilter DLL versions for file types that I need.

Thanks again for your code and time,

Ilia</description>
		<content:encoded><![CDATA[<p>Hey Eyal,</p>
<p>Thanks for the code. I am using your code for my search solution and ran into a little issue when I tried to modify it. I only need to parse PDF and both Office 2003 and 2007 document types. Instead of looking up IFilter in registry by extension, I found what IFilters are used by my local system using IFilter Explorer software, copied DLLs into bin directory of my project and hardcoded Persistent Handler Addin values in my code. Then I matched extensions to DLL location and persistent handler value and extracted content using these hardcoded values. Everything worked perfectly fine till I tried to run the same code on another machine (both machines running Vista). I could no longer extract content on this other machine even though I used the same IFilter DLL files and the same Persistent Handler values. Does Persistent Handler DLL specific or installation/workstation specific? What\&#8217;s the difference between \&#8221;Persistent Handlers\&#8221; and \&#8221;Persistent Handlers Addins Registered\&#8221; values? I see both of these values in the IFilter Explorer next to DLL name and file extension, but don\&#8217;t know what they are used for and how are they different? According to your code, you use \&#8221;Persistent Handlers Addins Registered\&#8221; value in order to load filter from DLL. I did the same.</p>
<p>I\&#8217;ve been stuck on this problem for almost a week now and you are my best chance to get it resolve. At least point me in the right direction. All I am trying to do is use the latest IFilter DLLs in my project instead of hoping every machine has the latest IFilter DLL versions for file types that I need.</p>
<p>Thanks again for your code and time,</p>
<p>Ilia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UJ</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-36764</link>
		<dc:creator>UJ</dc:creator>
		<pubDate>Wed, 07 Jan 2009 09:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-36764</guid>
		<description>Hey Eyal, I need to know what all properties(e.g. author,date created) are supported by each IFilter(e.g. .docx,.xlsx) in FIlter Pack 2007. Do you have any idea about it?</description>
		<content:encoded><![CDATA[<p>Hey Eyal, I need to know what all properties(e.g. author,date created) are supported by each IFilter(e.g. .docx,.xlsx) in FIlter Pack 2007. Do you have any idea about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex K</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-35887</link>
		<dc:creator>Alex K</dc:creator>
		<pubDate>Wed, 03 Dec 2008 07:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-35887</guid>
		<description>&quot;Всегда приятно читать умных людей&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;Всегда приятно читать умных людей&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnH</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-32988</link>
		<dc:creator>JohnH</dc:creator>
		<pubDate>Tue, 26 Aug 2008 21:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-32988</guid>
		<description>The zip file source is back today.  Thanks.</description>
		<content:encoded><![CDATA[<p>The zip file source is back today.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnH</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-32960</link>
		<dc:creator>JohnH</dc:creator>
		<pubDate>Tue, 26 Aug 2008 01:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-32960</guid>
		<description>I can&#039;t seem to find the source zip anymore at: 
http://www.codeproject.com/KB/cs/IFilter.aspx

Could you tell me where I might download it from, or send me a copy?

Thanks!
John
Massachusetts, US</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to find the source zip anymore at:<br />
<a href="http://www.codeproject.com/KB/cs/IFilter.aspx" rel="nofollow">http://www.codeproject.com/KB/cs/IFilter.aspx</a></p>
<p>Could you tell me where I might download it from, or send me a copy?</p>
<p>Thanks!<br />
John<br />
Massachusetts, US</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doru</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-30532</link>
		<dc:creator>Doru</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-30532</guid>
		<description>Hi Eyal,
Thanks for posting the code!
I&#039;m trying to use your IFilter to extract text from different file types. It work good on word and text. I&#039;m having some problems with the excel files. The text that I receive has the strings in different order. First I receive the text and then the numbers...sounds strange but...And with other implementation of IFilter I get the same thing.
With .csv files I get i get the error: “already exists. (Exception from HRESULT: 0×80030050 (STG_E_FILEALREADYEXISTS))”. 
Any help is appreciated.
Thank you!
Doru</description>
		<content:encoded><![CDATA[<p>Hi Eyal,<br />
Thanks for posting the code!<br />
I&#8217;m trying to use your IFilter to extract text from different file types. It work good on word and text. I&#8217;m having some problems with the excel files. The text that I receive has the strings in different order. First I receive the text and then the numbers&#8230;sounds strange but&#8230;And with other implementation of IFilter I get the same thing.<br />
With .csv files I get i get the error: “already exists. (Exception from HRESULT: 0×80030050 (STG_E_FILEALREADYEXISTS))”.<br />
Any help is appreciated.<br />
Thank you!<br />
Doru</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-30481</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-30481</guid>
		<description>Hi,
First off, thanks for posting this example.  I&#039;m trying to use your posted library to scan a collection of documents.  Everything works fine for the first file in the collection, but then on the second file i get an error &quot;already exists. (Exception from HRESULT: 0x80030050 (STG_E_FILEALREADYEXISTS))&quot;  do you have any pointers on how to get around this?  Thanks!  Allan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First off, thanks for posting this example.  I&#8217;m trying to use your posted library to scan a collection of documents.  Everything works fine for the first file in the collection, but then on the second file i get an error &#8220;already exists. (Exception from HRESULT: 0&#215;80030050 (STG_E_FILEALREADYEXISTS))&#8221;  do you have any pointers on how to get around this?  Thanks!  Allan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeev</title>
		<link>http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/comment-page-1/#comment-28883</link>
		<dc:creator>zeev</dc:creator>
		<pubDate>Sun, 11 May 2008 17:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/#comment-28883</guid>
		<description>chalom Eyal 
how can I program in C# or Java a global image filter .
I mean like Ifilter for all the system.
If I want to  see any image or video or Flash coming to the screen according the built filter (GUID or any image filter built in C# or Java.
Toda 
Zeev</description>
		<content:encoded><![CDATA[<p>chalom Eyal<br />
how can I program in C# or Java a global image filter .<br />
I mean like Ifilter for all the system.<br />
If I want to  see any image or video or Flash coming to the screen according the built filter (GUID or any image filter built in C# or Java.<br />
Toda<br />
Zeev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
