Opening PDF files from the app not browser in document library

sns 8,661 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.
1,813 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
7,134 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 29,596 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.


0 additional answers

Sort by: Most helpful