Setting PDF documents to open in OWA

Copper Contributor

I have an issue where I have set all of the WordPDF WOPIBindings to open in OWA by default, ensured that OpenInClient Site Collection Feature is turned off and that the library I am testing with is set to "Use Server Default (Open in Browser)".

 

My PDF Documents still open in the default browser PDF application, and for those browsers that do not have one set it will as to download or to get an application from the app store. I am under the impression at this point that it has nothing to do with the WOPIBindings, as they were set correctly before I started in on trying to get PDF's to open in OWA. I have attached the output of my WordPDF WOPIBindings.

 

Any help on this would be greatly appreciated. 

 

6 Replies

What PDF tool is installed? We've have problems with BlueBeam settings overriding anything we throw at it and eventually having to turn off the web options in the BlueBeam settings client.

I don't think there are any installed. The browser default PDF application seems to handle it different for each browser.

assuming you are on-prem I seem to remember that the PDF file type needs some extra implementation steps to get it to default to OWA. have you looked at the Set-SWOPIBinding in https://technet.microsoft.com/en-us/library/ee837425.aspx ?

Hello Kath,

 

I have included the output of the Get-SPWOPIBinding -Application "Word PDF" in my original post. This is after resetting the bindings using Set-SPWOPIBinding -Application "WordPDF".

 

All default actions are true and it should be working, is there a setting on the OWA Server or another place that I need to check to get this working?

 

sorry didn't see the attachment. I notice your WOPI settings are different from the guide my infrastructure chaps have used from Wictor here http://www.wictorwilen.se/office-web-apps-2013-patching-your-wac-farm-with-no-downtime

I have mainly done this for the search preview for pdf which works really well and looks pretty cool to end users who usually have lots of these files.
see Wictors other post and you may find that easier to test than the document libraries. http://www.wictorwilen.se/sharepoint-2013-enabling-pdf-previews-with-office-web-apps-2013-march-2013...
another thought. are you using HTTPS or HTTP as this makes a big difference.
see the -AllowHTTP parameter on the binding command
see https://blogs.technet.microsoft.com/office_resource_kit/2013/07/31/control-whether-pdfs-open-in-word... for more complete info