none
SharePoint 2016 mit Office Web Apps: PDF-Dateien in Client-Anwendung öffnen RRS feed

  • Frage

  • Hallo zusammen, wir haben das Problem, dass PDF-Dateien in Office Online anstelle des Adobe Readers geöffnet werden. Dies hat unerwünschte Effekte:

    • Word kann nicht mit PDF-Formularen umgehen
    • User sind irritiert, warum ein PDF in Word geöffnet wird
    • Es kommt immer wieder vor, dass User in der Word Web App bei einem PDF auf "In Word bearbeiten" klicken und dann PDFs in Word konvertiert in der Bibliothek abgelegt werden

    Ich möchte einstellen, dass Office-Dokumente in Office Online geöffnet werden, PDFs jedoch in der Clientanwendung. Komischerweise funktioniert das ganze in der Search (von der Ergebnisseite aus) wie gewünscht. In den übrigen Websitesammlungen verhält sich SharePoint jedoch wie beschrieben.

    Montag, 8. April 2019 06:47

Antworten

  • Folgendes hat bei mir nun auf dem Testsystem funktioniert:

      • Choose (right-click) SharePoint 2013 Management Shell to display the shortcut menu.
      • From the shortcut menu, choose Run as administrator.
      • To remove the binding altogether so that PDFs open in the default PDF viewer on all devices, use the following:
        1. Get-SPWOPIBinding –Application “WordPDF” | Remove-SPWOPIBinding -Confirm:$false
      Reverse behavior:
      1. you change your mind and later want to have PDFs open in Word Web App again, follow the same procedure as above, but in Step 2, run these two commands:
      •  Get-SPWOPIBinding –Application “WordPDF” | Remove-SPWOPIBinding -Confirm:$false
      •  New-SPWOPIBinding –ServerName “owa1.servername.gov” –Application “WordPDF” -AllowHTTP

      Be sure to use your own Office Web Apps server name instead of “owa1.servername.gov

    Quelle: https://codtron.wordpress.com/2016/01/20/sharepoint-2013-open-pdf-in-default-pdf-reader-instead-of-office-web-apps/

    ACHTUNG: Bei einem Update des Office Web App Servers muss das WOPI-Binding erneut gemacht werden...
    • Als Antwort markiert Beda Kohler Montag, 8. April 2019 13:23
    • Tag als Antwort aufgehoben Beda Kohler Dienstag, 9. April 2019 07:30
    • Bearbeitet Beda Kohler Dienstag, 9. April 2019 08:04
    • Als Antwort markiert Beda Kohler Dienstag, 9. April 2019 08:08
    Montag, 8. April 2019 07:18