In this article we will see how to configure MOSS 2007 to search PDF documents.
Application Server:
	
		- Download Adobe PDF IFilters 6.0 
 
		- Start -->Run-->> Services.msc and stop the IIS Admin service. The 
		reason we need to do this is, the IFilters configuration needs an update 
		to DOCICON.XML. 
 
		- Download the pdf icon image   of size 17X17 from the following 
		location and save it as "icpdf.gif" somewhere to the local hard disk 
		http://www.adobe.com/misc/linking.html       
		- Copy the icpdf.gif to the following location 
		"C:\Program Files\Common Files\Microsoft Shared\Web Server 
		Extensions\12\Template\Images"  
		- Go the C:\Program Files\Common Files\Microsoft Shared\Web server 
		extensions\12\Template\Xml\ 
 
		- Edit the DOCICON.XML by adding the following entry 
		<Mapping Key="pdf" Value="icpdf.gif"/> 
![1.gif]()
 
		- Perform an IIS RESET 
![2.gif]()
 
		- Go to Search Settings under Central Administration and add the pdf 
		as the new file type 
![3.gif]()
 
	
 
	Indexing Server:
	
		- Run the IFilters installer on the Indexing Server 
		- Locate and then click the 
		following registry subkey: 
		HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server 
		Extensions\12.0\Search\Applications\GUID\Gather\Search\Extensions\ExtensionList  
			- On the Edit menu, point to New, and then click String Value. 
 
			- Type 38, and then press ENTER. 
 
			- Right-click the registry entry that you created, and then click Modify. 
 
			- In the Value data box, type pdf, and then click OK. 
 
 
		
![4.gif]()
  
		- Go the C:\Program Files\Common Files\Microsoft Shared\Web server 
		extensions\12\Template\Xml\ 
 
		- Edit the DOCICON.XML by adding the following entry 
		<Mapping Key="pdf" Value="icpdf.gif"/> 
![5.gif]()
 
		- Perform an IIS RESET 
![6.gif]()
 
		- Go to Search Settings under Central Administration and add the pdf 
		as the new file type 
![7.gif]()
 
		- Go to SharePoint Service Provider 
 
		- Click on Search Setting
![8.gif]()
 
		- Click on Content Source
![9.gif]()
 
		- Perform the crawl again  
![10.gif]()
 
	
 
	Data: application/pdf 
	
		- Upload the PDF documents to the Windows SharePoint Services 3.0 Web 
		site. 
		- Stop and then start the Windows SharePoint Services Search service. 
		To do this, follow these steps:a. Click Start, click Run, type cmd, and 
		then click OK. 
 
			- Stop the Windows SharePoint Services Search service. To do this, type 
		net stop spsearch at the command prompt, and then press ENTER. 
 
			- Start the Windows SharePoint Services Search service. To do this, 
		type net start spsearch at the command prompt, and then press ENTER. 
 
			- Type exit to exit the command prompt.
 
 
	
 
	 Now MOSS is ready to search pdf documents.