<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'SharePoint 2007', 'PDF', and 'Adobe PDF IFilter'</title><link>http://bloggingabout.net/search/SearchResults.aspx?a=1&amp;o=DateDescending&amp;tag=SharePoint+2007,PDF,Adobe+PDF+IFilter&amp;orTags=0</link><description>Search results matching tags 'SharePoint 2007', 'PDF', and 'Adobe PDF IFilter'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Index PDF documents on SharePoint using Adobe PDF IFilter 9</title><link>http://bloggingabout.net/blogs/harold/archive/2008/10/02/index-pdf-documents-on-sharepoint-using-adobe-pdf-ifilter-9.aspx</link><pubDate>Thu, 02 Oct 2008 13:30:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:475003</guid><dc:creator>hvdkamp</dc:creator><description>&lt;p&gt;Using the SharePoint Search you can find documents based on their filename, metadata or content within a document. By default the content of Office documents is indexed by the SharePoint crawler, but PDF files are not crawled. To add support for PDF files you have to add an IFilter which the SharePoint crawler uses to read through PDF files and add the information to the search index. &lt;/p&gt;
&lt;p&gt;To obtain an IFilter for PDF you can purchase the &lt;a href="http://www.foxitsoftware.com/pdf/ifilter/"&gt;Foxit PDF IFilter&lt;/a&gt; from Foxit Software. There is also a free PDF IFilter available from Adobe which does exactly what you need and what this post is all about. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Getting Adobe IFilter 9 to work with SharePoint &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In earlier days you were required to download Adobe&amp;#39;s IFilter as a separate file. Since Adobe 8.0 it is included within the Adobe Acrobat and Adobe Reader products. The current version of Adobe Reader is 9.0 includes an IFilter that is compatible with the latest PDF implementations. &lt;/p&gt;
&lt;p&gt;To enable PDF indexing use the following steps: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download Adobe Reader 9.0, which includes IFilter 9.0.0.0, from &lt;a href="http://www.adobe.com/products/acrobat/"&gt;http://www.adobe.com/products/acrobat/&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Download the Acrobat PDF Picture, to display in front of PDF search result items, from &lt;a href="http://www.adobe.com/misc/linking.html"&gt;http://www.adobe.com/misc/linking.html&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Add the PDF file type to the Extensions List for WSS search by editing the registry &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Start regedit &lt;/li&gt;
&lt;li&gt;Open the key&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\{Random GUID}\Gather\Search\Extensions\ExtensionList&lt;/li&gt;
&lt;li&gt;Add PDF to the list as a new String Value. Use a new high value e.g. if 37 is the highest value, use &amp;quot;38&amp;quot; as the key with the value &amp;quot;pdf&amp;quot; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add the Acrobat PDF picture to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 Hive\TEMPLATE\IMAGES folder, e.g. %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES. &lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Bind the Acrobat PDF picture to the PDF file type &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Open the 12 Hive\TEMPLATE\XML\DOCICON.XML file &lt;/li&gt;
&lt;li&gt;Find the &amp;lt;DocIcons.ByExtension&amp;gt; part &lt;/li&gt;
&lt;li&gt;Add the following mapping:&lt;br /&gt;&amp;lt;mapping Key=&amp;quot;pdf&amp;quot; Value=&amp;quot;pdficon_small.gif&amp;quot; OpenControl=&amp;quot;&amp;quot; /&amp;gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Change IFilter mapping in registry&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Start regedit&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add (or modify) the .pdf key&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists.&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the key&amp;nbsp;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add (or modify) the .pdf key&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Add the Adobe Reader folder to the environment path variable&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Right Click on My Computer&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open Properties&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Open the Advanced tab&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Go to the Environment variables&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Edit the Path variable&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Add your Reader folder to the Path list, e.g. C:\Program Files\Adobe\Reader 9.0\Reader&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Restart the Search service by restarting your server or executing the following commands:&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Run: net stop osearch&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Run: net start osearch&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span style="color:#333333;"&gt;Crawl the PDF documents&lt;/span&gt; &lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#333333;"&gt;Existing PDF documents that were crawled before the Adobe PDF IFilter has been installed are not indexed during an incremental crawl. You have to edit each existing PDF file to trigger the crawler to reindex the file during an incremental crawl. It&amp;acute;s easier to run a full crawl after you have installed the Adobe PDF IFilter.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now all PDF documents are crawled you can query on content inside a PDF document. &lt;/p&gt;</description></item></channel></rss>