Questions tagged [onlyoffice]

Questions about developing using the ONLYOFFICE office and productivity suite API and Document Builder. Questions about installing, hosting, or using ONLYOFFICE do not belong here - consider: https://support.onlyoffice.com/ https://cloud.onlyoffice.org/ https://dev.onlyoffice.org/ https://superuser.com/ https://serverfault.com/

ONLYOFFICE is an open-source office and productivity suite, including CRM and project management functions, as well as document editing, document management, calendaring and mail.

The is an Enterprise Edition and Community Edition. These can be installed using Docker on Linux or on Windows or you can use their cloud version.

There is an API available for interacting with ONLYOFFICE, and in particular, a DocumentBuilder API for creating and editing OOXML documents programmatically.

Questions about installing, hosting, or using ONLYOFFICE do not belong here, consider the forums below or Superuser/Serverfault.

Useful links:

88 questions
0
votes
0 answers

OnlyOffice - Access local files from a website

I want to be able to open the Office documents that are present on my PC from my website (in the long term they will be files stored on the NAS server of our network) So I installed OnlyOffice thanks to docker on my PC via this command (I'm on…
Rocstar
  • 1,427
  • 3
  • 23
  • 41
0
votes
1 answer

why I can't adjust Onlyoffice height on browser by changing "height" value

I tried to develop ONLYOFFFICE by java. but when I open a file, onlyoffice workspace becomes so small just like here.[enter image description here][1] and I tried to adjust it in editor.html like this. [enter image description here][2] and it…
0
votes
0 answers

Waiting for valid data after getting a 200 response?

I'm working with an external API (specifically OnlyOffice, if that info can be of any help) using Axios and promises. This particular API works asynchronously, and so returns an object which has to be replenished after the task is finished. My…
0
votes
0 answers

Create a volume from a file Docker

I'm trying to mount a file into a docker container, i tried with volumes or mount but can't figure it out (the file exist on the docker container) : -v /home/edsadmin/onlyoffice/logs/onlyoffice:/var/log/onlyoffice \ -v…
0
votes
0 answers

How to make two virtual hosts work in same server to integrate Onlyoffice - DocumentServer

Nextcloud version : 16.0.4 Operating system and version : 18.04 Apache or nginx version Nginx 1.14 PHP version : 7.2 The issue you are facing: I have a LEMP instance with ubuntu 18.04 ... My /etc/hosts: 127.0.0.1 localhost 127.0.0.1…
0
votes
1 answer

How to run docker-onlyoffice-nextcloud on windows through LAN only

As the title suggests, I am trying to run nextcloud with OnlyOffice in Docker Desktop for Windows, and I am trying to congfigure nginx to accept connections through LAN, such that I can connect to my server from other computers on the network, all…
MetalOath
  • 11
  • 3
0
votes
2 answers

Onlyoffice integrate into nextcloud. Error while downloading the document file to be converted

I had already looked around, but this couldn't solve my problem. I installed onlyoffice documents on another server.now i would like to use the addon in nextcloud. When I enter the serverip in Nextcloud, I get the following error: Error while…
Cyberpunk7711
  • 127
  • 1
  • 10
0
votes
1 answer

How to fix onlyoffice some documert lost header and footer

There is a document that have footer and header! when i use onlyoffice preview it、this document footer and header lost and Typesetting(Line spacing is compressed) is different from office navite software! Someone knows how to solve it?
0
votes
2 answers

nextcloud onlyoffice integration Document Server [GetConvertedUri on check error, Error while downloading the document file to be converted]

Versions : nextcloud v15, onlyoffice-DocumentServer v5.2,connector 2.4 onlyoffice and The servers are working on Centos 7. Works correctly without HTPPS Now I have the following error when integrating Document Server to NextCloud by HTTPS in the…
0
votes
2 answers

is authentication possible with Onlyoffice?

I run onlyoffice with docker docker run -i -t -d -p 80:80 onlyoffice/documentserver and a nginx load balancer which provide ssl encryption. My question is, how can i provide a authentication? without to touch the load balancer. The Problem is,…
FaxMax
  • 121
  • 1
  • 7
0
votes
1 answer

Unable to connect NextCloud to OnlyOffice document server

When trying to connect NextCloud to OnlyOffice's document server, an error is thrown, but not much else is provided in order to fix the issue. As shown below, the server is running properly, on HTTPS (see this SO question for steps followed to set…
jansensan
  • 633
  • 1
  • 8
  • 23
0
votes
1 answer

Only office PHP not view or edit file

I try to use onlyoffice with PHP example API. I follow this guide to install. I succeed install document server in address: http://192.168.131.132, here is image of document server: Then I download PHP code in same server with document server…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51
0
votes
1 answer

Apache2 ProxyPass Error500

I have an OnlyOffice Document Server running on my server bound to port 8888 via Docker. Now I want to use a Let's Encrypt certificate to ensure a safe connection (self signed certificates won't work). I use the following config in Apache to rewrite…
Johannes
  • 377
  • 4
  • 17
0
votes
1 answer

Onlyoffice doc to html conversion

I am working with onlyoffice document server and it provides conversion from html to docx but is that possible to convert vice versa i.e. (docx to html)? Any help will be appreciated. Thanks.
SoftNinja
  • 21
  • 6
0
votes
1 answer

Loading document issue ....... onlyoffice

I installed onlyoffice locally on my machine windows. Document server running successfully but I open the document loading document appears permanently. All configuration match with provided config at https://api.onlyoffice.com/editors/advanced.
SoftNinja
  • 21
  • 6