Opening PDF files from the app not browser in document library

sns 9,226 Reputation points
2023-05-10T06:52:32.09+00:00

Opening PDF files from the app not browser in document library , is it possible? if yes how?

it has to be done for all the libraries in SHarePoint site?

I have already enabled open with client application option for all the library one by one, but still user is mentioning as below

All PDF files should open in Adobe Acrobat DC programme.

Please suggest

It is SHarePoint 2016

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,236 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,742 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 41,946 Reputation points Microsoft Vendor
    2023-05-10T10:07:04.24+00:00

    Which browser you are using?

    In the IE browser, run below PowerShell to let IE browser always download pdf files. Then use Adobe reader to open pdf files.

    $webApplication = Get-SPWebApplication("URL")
    $webApplication.AllowedInlineDownloadedMimeTypes.Remove("application/pdf")
    $webApplication.Update()  
    

    In the Google Chrome browser, go to Settings -> Private and security -> Site settings -> PDF documents -> Download PDFs. When you click PDF file, in the pop-up box that pops up in the lower left corner of the browser, set Always open in Adobe reader, then open the PDF file.

    User's image

    In the Edge browser, go to Settings -> Cookies and site permissions -> PDF documents -> Enable Always download PDF files. When you click PDF file, the browser default downloads PDF file, then you click open file.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Raúl de Cristóbal 0 Reputation points
    2023-11-22T09:51:31.49+00:00

    I have the same question.

    The answer provided downloads the PDF and then the user has to go, find it and open it in Adobe, which is a pain.

    Ideally, when you click on a PDF in SharePoint, it would open in Adobe PDF or any other PDF reader available.

    Is that possible?

    0 comments No comments