26th January 2015

Opening PDFs in SharePoint 2010 Without Having to Save to Local Machine

Opening PDFs in SharePoint 2010 Without Having to Save to Local Machine

To enable user of SharePoint 2010 to open PDFs documents without having to save to local machine and then open you need to make a change to the allowed MIME types by adding the pdf extension to the list.

Step 1: On the SharePoint server open SharePoint 2010 Management Shell

Step 2: Run the following command:

$webapp = Get-SPWebApplication http://WEB-APPLICATION-NAME-HERE
$webapp.AllowedInlineDownloadedMimeTypes.Add("application/pdf")
$webapp.Update()

Step 3: Restart IIS

Fill in this quick form and discover your digital future
Choose your interests:

Where to find us

We'd love to welcome you into our office! We're only 20 miles north of Peterborough, conveniently just off the A16.

Carver House
Apex Court, Elsoms Way
Pinchbeck
Lincolnshire
PE11 3UL