Click here to Skip to main content
15,886,799 members
Articles / Programming Languages / C#

How to Configure PDF iFilter 9.0 for 64-bit operating system on MOSS 2007 Server Farm

Rate me:
Please Sign up or sign in to vote.
4.80/5 (2 votes)
5 May 2009CPOL1 min read 24.5K   6   1
Before the release of PDF iFilter 9.0, you have to install Windows desktop search, PDF reader and iFilter 8.0 to configure PDF iFilter on MOSS 2007 environment. Now, Adobe has released PDF iFilter 9.0 for 64bit operating system, so configuration of PDF iFilter is a lot easier than before.

Before the release of PDF iFilter 9.0, you have to install Windows desktop search, PDF reader and iFilter 8.0 to configure PDF iFilter on MOSS 2007 environment. Now, Adobe has released PDF iFilter 9.0 for 64bit operating system, so configuration of PDF iFilter is a lot easier than before.

Steps required to configure PDF iFilter 9.0 on 64-bit OS running MOSS 2007 Server Farm

  1. Steps required on MOSS 2007 Server running as Indexing Server

    1. Install PDF iFilter 9.0 on MOSS 2007 Server running as Index Server in the farm. PDF iFilter 9.0 can be downloaded from here.
      For 32-bit operating system, install Acrobat Reader 9.1 from here.
    2. Verify that PDF has the correct settings in a registry location.
      • Run Regedit by browsing to c:\Windows\system32\regedt32.exe and double-clicking it.
      • Within left-side tree, browse to: \\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf
      • Replace the {4C904448-74A9-11D0-AF6E-00C04FD8DC02} with new GUID i.e. {E8978DA6-047F-4E3D-9C78-CDBE46041603}
  2. Steps required on all MOSS 2007 Web Front End Servers

    1. Configure PDF icon for Document Library.
      1. Download pdf16.gif file and copy at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES location.
      2. Add the following entry in docIcon.xml file, which can be found at: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\XML
        • XML
          <Mapping Key="pdf" Value="pdf16.gif" />
      3. Add PDF File Type under Manage File Types link which can be found in SSP Admin, Search Settings page.
      4. Repeat steps 2.1,b,c on all front-end web servers.
  3. Restart SharePoint Search Service

    1. Stop SharePoint Service
      Launch the DOS command prompt and type: net stop osearch
    2. Start SharePoint Service
      On the command prompt, type: net start osearch
  4. Perform full crawl on SharePoint Search

Category: Installation and configuration
Published: 26/03/2009 14:00

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Version 1
Ireland Ireland
Adnan Ahmed is SharePoint Architect in Version 1(http://www.version1.com), the IT Consulting Company in Ireland and has involved with many large enterprises to help them realise real benefits of SharePoint 2007|2010.

SharePoint Architect | Blogger | IT Evangelist | MCPD SharePoint 2010 Developer| MCITP SharePoint Administrator 2010

Email: adnan.ahmed@live.ie
Owner: http://www.mossgurus.com
http://www.sp-blogs.com
Linked In Profile: http://www.linkedin.com/in/syedadnanahmed

My Blogs:
http://www.sp-blogs.com/blogs/adnan

Comments and Discussions

 
Generalgood work Pin
Jayvardhan Patil23-May-09 20:46
Jayvardhan Patil23-May-09 20:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.