Prizm Content Connect for SharePoint 2013
Previewing Office Formats with Office Web Apps

Where prefaced by PS>, run these cmdlets in the SharePoint 2013 Management Shell

1. Clear All Bindings and Start from Scratch

 
Copy Code
PS>Remove-SPWOPIBinding –All

2. Recreate All Bindings for Office Web Apps

 
Copy Code
PS>New-SPWOPIBinding –ServerName <specify-owa-host-name> -AllowHttp

3. Preview Office Formats with Office Web Apps

In pcc.config, add attribute interactive-preview="false" to any extensions supported by Office Web Apps. These include MS Office extensions, and also PDF, ODT, and ODP. For any of these you wish to preview with PCC, omit attribute interactive-preview (which defaults to true when omitted), and execute the follow command to remove the current binding:

 
Copy Code
PS>Remove-SPWOPIBinding –Action interactivepreview –Ext <specify-extension>

4. Create PCC Bindings

In Update-PCCWOPIBinding.ps1, comment the following line by starting the line with #:

 
Copy Code
Remove-SPWOPIBinding -Action interactivepreview -Confirm:$false
 
Copy Code
PS>Update-PCCWOPIBinding.ps1

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback