Change PDF Icon in SharePoint
By default, SharePoint does not include PDF document file type icon. So we need to do the below changes to display the PDF icon for PDF files in our SharePoint environment. Here is how we can add PDF icon in SharePoint 2010:
- Download an appropriate icon for the PDF document type. You can download the PDF icon for SharePoint from https://www.adobe.com/misc/linking.html
- Copy the downloaded PDF icon to “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\template\images” (Don’t forget to set the read, Read & Execute permissions to “Domain Users” to that PDF icon file!)
- Open the docicon.xml from C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\template\xml\docicon.xml
- Add an entry under <ByExtension> node:
<Mapping Key="pdf" Value="pdficon_small.png"/>
Once done, you will get the PDF icon in SharePoint library as in below screen: SharePoint 2010 displays PDF icon.
- Microsoft KB article: https://support.microsoft.com/kb/837849
The same method applies, If you want to provide support for custom file type icons. Refer: How to Add Custom File Type Icons in SharePoint