Questions tagged [office-online-server]

40 questions
0
votes
1 answer

Is it possible to specify a default WOPI host for Office Online Server?

Is there a way to specify a default WOPI host for Office Online Server (local installation, not cloud), so that the domain part in WOPISrc param can be omitted? I am building a host page that uses an iframe to display the Online Office editor, and…
Argyro Kazaki
  • 631
  • 2
  • 6
  • 15
0
votes
3 answers

PHP: Verifying that requests originate from Office for the web by using proof keys

I'm trying to Verifying that requests originate from Office for the web by using proof keys I have read this resource many times but still do not know how to implement it in PHP. I tried the code below it didn't seem to solve the problem, I do not…
Lam
  • 1
  • 1
0
votes
1 answer

Office Online Server is taking long time to perform the auto-save operation

We integrated Office Online Server in our web application and in the WOPI web integration we are setting File URL properties such as FileUrl. This URL points to /wopi/files/{file_id}/contents link and internally, it will call the API once we start…
nikith g
  • 1
  • 1
0
votes
1 answer

Word js : matchCase search option is not working as expected

I am trying to search a word which is initial caps but matchCase search option is not working as expected. below is my code : textToHighlight = "Deed"; var rangeCol = para.search(textToHighlight, { matchCase: true}); Paragraph Text : Seller shall…
0
votes
1 answer

Embed a PowerPoint presentation into HTML with localhost

I want to use this method to upload a powerpoint presentation: