Steps to install and configure PDF iFilter on SharePoint Server 2010.
For the majority of my Client I will implement (Free) Adobe iFilter (x64), unless there is a need for high number of PDF’s and the client wants to purchase FoxIT.
**See how to do 2007 in my past post.
Apart from updating the registry settings required to update GUID for .pdf, remaining steps are similar to those of 2007.
Install and configure Adobe’s PDF iFilter on SharePoint Server 2010.
- Install Adobe PDF iFilter 9.0 (x64 bit) from here.
- This only needs done on the SharePoint Servers that will run the Search Service (also install on your failover or backup server).
- Download Adobe’s PDF ICON file from pdficon.gif (<-Opens in new window, then right click on icon and save)
- Do this on ALL SharePoint Servers
- Copy Your new PDF ICON (pdficon.gif) to “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES\”
- Add the following entry in docIcon.xml file.
- Do this on ALL SharePoint Servers
- Location: “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\”
- **Make a backup of the DOCICON.xml file before modifying.
- Locate the <ByExtension> section
- Scroll down through the Mapping Key= “alphabetically” to the “P’s”
- Be careful here, additional spaces added can mess up other ifilters.
- Insert the following new key.
-
<Mapping Key="pdf" Value="pdficon.gif"/>
- Now let’s add the PDF file type to SharePoint, on the Manage File Type page under your Search Service Application.
- Go to Central Admin
- Manage Service Applications (Under Application Management)
- Select your “Search Service Application”
- Next, on the left navigation, Under Crawling, Select File Types
- Review MS file types and make sure you still see that they have an Icon associated (if missing then you docIcon.xml is the problem)
- Select “New File Type”
- On this screen, add the “pdf” extention and select ok
- Look down your list, you should now see your file type.
- This step is complete.
- Now to edit the “Registery”
- Do this on the SharePoint Application Server that will be executing your crawls.
- Open registry by typing regedit on the Start
- Navigate to the following location’s.
“\\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\14.0\Search\Setup\ContentIndexCommon\Filters\Extension”
“\\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Search\Setup\ContentIndexCommon\Filters\Extension\”
- Right-click Extension, a menu will appear.
- Click New--> Key to create a new key for .pdf. See screen shot below:
- Enter “.pdf” and save key.
- Now add the following GUID in the default value as shown in the figure below.
- Right click on Default and select Modify
- Add this GUID as your Value data: {E8978DA6-047F-4E3D-9C78-CDBE46041603}
- Select ok.
- This step complete.
- Restart the SharePoint Server Search 14 & SharePoint Foundation Search V4 service.
- Perform a “FULL crawl” to include PDF files.
-
PDF iFilter is successfully configured.
-
Troubleshooting “SharePoint Unable to crawl content of specific type of files even with correct IFilter installed”. http://support.microsoft.com/kb/2018558
-
Next, Download and install “Microsoft Office 2010 Filter pack” Just download, and run it on your same servers as you did for the above.
-
Remember, SharePoint Server 2010 provides out of the box search support for .ZIP files.

1 comments:
Nice post,
great step by step...first I went at the microsoft support page but the information was to vague. Yours is precise and efficient.
thanks
Post a Comment