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…

Manohar
- 31
- 1
- 6
0
votes
1 answer
Embed a PowerPoint presentation into HTML with localhost
I want to use this method to upload a powerpoint presentation:

July
- 516
- 1
- 7
- 25
0
votes
1 answer
Add-in button shows error in office online server
I have opened the add-in button in my office online server but when I push it, there shows an error "Sorry, there is an problem" in Chinese.
I typed the code to open the add-in button:
Set-OfficeWebAppsFarm -OfficeAddinEnabled:$true
and have set the…

downleave
- 1
- 2
0
votes
1 answer
I want to use JavaScript to control office online server page turning of PowerPoint, but I can't find any relevant documents
I want to use JavaScript to control the last page, the next page, the full screen of PowerPoint. I looked at the PostMessage, but there were no such actions
I am searching for a long time on net. But no use. Please help or try to give some ideas…

doushichao
- 23
- 2
- 5
0
votes
1 answer
Rendering Excel files In Browser Through Office Online via WOPI Protocol
We are planning to integrate with Office Online to render Excel files in browser. I understood the overall workflow by going through the documentation but I have a few questions:
Is the excel file rendering responsive on mobile (both android &…

Andy Dufresne
- 6,022
- 7
- 63
- 113
0
votes
1 answer
Editing documents with ms office online corrupts docs
We have an office online server build 16.0.8471.8525 (latest and greatest) which we use for displaying and editing word documents through WOPI. When editing a document which has a pretty header and footer representing a formal law document, it gets…

pacitu
- 101
- 1
- 4
-1
votes
1 answer
The role, role service, or feature name is not valid: 'InkandHandwritingServices'. The name was not found Office Online Server
I am following Official Microsoft Guide to install Office online Server and Getting below error while running the below command:
Add-WindowsFeature…

Muhammad Zaheer Nazir
- 362
- 3
- 15