0

I have a website hosted on-prem which uses Solr to search and index documents from various systems like SMB, Box, Windows File Share, etc. I would like to enable a preview for these documents indexed. Can I utilize the Microsoft Office Online Server for this? What are the additional steps I should perform?

rocky
  • 7,506
  • 3
  • 33
  • 48
gokul731
  • 41
  • 4

1 Answers1

0

Yes, you can.

  1. Deploy Office Online Server. For preview purposes, you can leave the server in the read-only mode (without the -EditingEnabled option)
  2. Implement CheckFileInfo
  3. Implement GetFile

There are boilerplates out there that can help save you time implementing the WOPI protocol and let you focus on implementing an interface to your specific datastore (be it SMB, Windows File Share, etc.)

rocky
  • 7,506
  • 3
  • 33
  • 48