<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Isaac&#039;s Blog &#187; Adobe</title>
	<atom:link href="http://blog.isaacblum.com/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SharePoint 2010 &#8211; Configuring Adobe PDF iFilter 9 &#8211; Search PDF ** now with FAST Search info!!</title>
		<link>http://blog.isaacblum.com/2010/08/19/sharepoint-2010-configuring-adobe-pdf-ifilter-9-search-pdf/</link>
		<comments>http://blog.isaacblum.com/2010/08/19/sharepoint-2010-configuring-adobe-pdf-ifilter-9-search-pdf/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 22:10:15 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Foundation]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Crawl]]></category>
		<category><![CDATA[DOCICON.XML]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[FAST Search]]></category>
		<category><![CDATA[IFilter]]></category>
		<category><![CDATA[KB2293357]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=403</guid>
		<description><![CDATA[Thanks http://support.microsoft.com/kb/2293357 Install PDF iFilter 9.0 (64 bit) from http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025) Download PDF icon picture from Adobe web site http://www.adobe.com/misc/linking.html (http://www.adobe.com/misc/linking.html) and copied at C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TEMPLATEIMAGES Add the following entry in docIcon.xml file, which can be found at: C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TEMPLATEXML &#60;Mapping Key=&#8221;pdf&#8221; Value=&#8221;pdf16.gif&#8221; /&#62; Add pdf file type on [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks <a href="http://support.microsoft.com/kb/2293357">http://support.microsoft.com/kb/2293357</a></p>
<ol>
<li>Install PDF iFilter 9.0 (64 bit) from <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025</a> (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025)</li>
<li>Download PDF icon picture from Adobe web site <a href="http://www.adobe.com/misc/linking.html">http://www.adobe.com/misc/linking.html</a> (http://www.adobe.com/misc/linking.html) and copied at C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TEMPLATEIMAGES</li>
<li>Add the following entry in docIcon.xml file, which can be found at: C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TEMPLATEXML<br />
&lt;Mapping Key=&#8221;pdf&#8221; Value=&#8221;pdf16.gif&#8221; /&gt;</li>
<li>Add pdf file type on the File Type page under Search Service Application</li>
<li>Open regedit</li>
<li>Navigate to the following location:<br />
HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice Server14.0SearchSetupContentIndexCommonFiltersExtension</li>
<li>Right-click &gt; Click New &gt; Key to create a new key for .pdf</li>
<li>Add the following GUID in the default value<br />
{E8978DA6-047F-4E3D-9C78-CDBE46041603}</li>
<li>
<ul>
<li>Name: Extension<br />
Type: REG_SZ<br />
Data: pdf</li>
<li>Name: FileTypeBucket<br />
Type: REG_DWORD<br />
Data: 0&#215;00000001 (1)</li>
<li>Name: MimeTypes<br />
Type: REG_SZ<br />
Data: application/pdf</li>
</ul>
</li>
</ol>
<ul>
<li>Restart the SharePoint Server Search 14</li>
<li>Reboot the SharePoint servers in Farm</li>
<li>Create a Test site (with any out-of-box site template) and create a document library upload any sample PDF document(s).</li>
<li>Perform FULL Crawl to get search result.</li>
</ul>
<p>**FAST Search Info**</p>
<p>By default fast search will index inside of pdf&#8217;s, however this would may be necessary to edit/ add this if using a third party IFliter.</p>
<p>Edit this file :</p>
<p>C:FASTSearchetcconfig_dataDocumentProcessorformatdetectoruser_converter_rules.xml</p>
<p>Add this :</p>
<p>&lt;ConverterRules&gt;<br />
&lt;IFilter&gt;<br />
&lt;trust&gt;<br />
&lt;ext name=&#8221;.pdf&#8221; mimetype=&#8221;application/pdf&#8221; /&gt;<br />
&lt;/trust&gt;<br />
&lt;/IFilter&gt;<br />
&lt;MimeMapping&gt;<br />
&lt;mime type=&#8221;application/pdf&#8221;&gt;PDF File&lt;/mime&gt;<br />
&lt;/MimeMapping&gt;<br />
&lt;/ConverterRules&gt;</p>
<p>Run <strong>psctrl reset</strong> to reset all currently running item processors in the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2010/08/19/sharepoint-2010-configuring-adobe-pdf-ifilter-9-search-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure PDF IFilter in WSS 3.0 or MOSS 2007</title>
		<link>http://blog.isaacblum.com/2009/10/29/configure-pdf-ifilter-in-wss-3-0-or-moss-2007/</link>
		<comments>http://blog.isaacblum.com/2009/10/29/configure-pdf-ifilter-in-wss-3-0-or-moss-2007/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 23:41:20 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[Free Help]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[927675]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[DOCICON.XML]]></category>
		<category><![CDATA[IFilter]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=162</guid>
		<description><![CDATA[Out of the box neither WSS 3 nor MOSS 2007 will index content located in Acrobat PDF files, so you need to set up the IFilter.  I’ve also found that that PDF files loaded prior to the installation of the filter won’t be re-crawled automatically, so to be on the safe side you might want [...]]]></description>
			<content:encoded><![CDATA[<p>Out of the box neither WSS 3 nor MOSS 2007 will index content located in Acrobat PDF files, so you need to set up the IFilter.  I’ve also found that that PDF files loaded prior to the installation of the filter won’t be re-crawled automatically, so to be on the safe side you might want to kick off a full crawl.</p>
<p>Here is what I’ve found works for WSS 3.0:</p>
<ol>
<li>First, you need to download the Adobe PDF IFilter 6.0, which <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611" target="_blank"><span style="color:#0066cc;">you can find at this URL</span></a>.  You should also get hold of a suitable Icon to use with PDFs, so that when they are listed in a document library they are easily recognisable.  There is a 17 x 17 one available <a href="http://www.adobe.com/misc/linking.html" target="_blank"><span style="color:#0066cc;">on the Adobe web site here</span></a>.</li>
<li>Once you’ve downloaded the IFilter, install it on your WSS 3.0 server, and then follow the instructions on registry settings in <a href="http://support.microsoft.com/kb/927675/en-us" target="_blank"><span style="color:#0066cc;">Microsoft KB Article 927675</span></a>.  I’ve always found that providing the Adobe IFilter installed properly, the only setting I need to add is the Search Extensions one listed in step 2.  Also note step 5 re stopping and re-starting the search service.</li>
<li>Now you need to set up the Icon file.  If you downloaded the icon file in step 1 above, you will have a file called pdficon_small.gif.  You need to copy this onto your WSS 3.0 server, into drive:Program FilesCommon FIlesMicrosoft SharedWeb Server extensions12TEMPLATEIMAGES.</li>
<li>Next you need to edit the XML file which WSS uses to link file extensions to icons.  This file is called DOCICON.XML and is located at drive:Program FilesCommon FIlesMicrosoft SharedWeb Server extensions12TEMPLATEXML.  Navigate to that folder and locate the file.  I would suggest making a backup copy first, then opening the file in NotePad.  You need to add a mapping key for PDFs at the bottom of the file, above the &lt;/ByExtension&gt; closing tag.  The new key will be <strong>&lt;Mapping Key=&#8221;pdf&#8221; Value=&#8221;pdficon_small.gif&#8221; OpenControl=&#8221;"/&gt;</strong>  (note that XML is case sensitive so make sure you use same case as previous entries).  Then save the file.</li>
<li>That’s pretty much it, but if you already have PDFs uploaded to your WSS server I would recommend starting a full crawl.  You can do the with STSAdm, the command syntax is <strong>Stsadm -o spsearch -action fullcrawlstart</strong> .  More on this <a href="http://technet2.microsoft.com/windowsserver/WSS/en/library/bc15d0a8-b48f-4d32-a267-797f8515d1f31033.mspx?mfr=true" target="_blank"><span style="color:#0066cc;">on TechNet here</span></a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/10/29/configure-pdf-ifilter-in-wss-3-0-or-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

