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
1 answer

How to make a function outside the loop properly

I've created a collection with collections inside and loop them. And I want to have one function outside the loops to call it in many cycles after it. In the beginning of the script I declare the variables for function to use, (function…
IvanSTV
  • 242
  • 1
  • 10
0
votes
0 answers

How to pass data from a page to onlyoffice plugin?

I need your input regarding an issue I am facing with an OnlyOffice plugin. I am currently developing a plugin for OnlyOffice, and I've encountered a problem when trying to access the app's local storage. My goal within the plugin is to make a fetch…
0
votes
0 answers

Switching to https using docker-onlyoffice-nextcloud

I am currently working with the docker-compose given by OnlyOffice which installs NextCloud with it preconfigured, but I'm not able to find how to switch it to HTTPS. Has anyone already done it ? Thanks I tried to change ports in the docker-compose…
0
votes
1 answer

onlyoffice set default font

When the file is empty, the default font style is Arial, and the font size is 11. I want to change the default font size to 16 Where can I modify the source code? I expect that when the file is empty, the default font size and font style can be…
standly
  • 1
  • 1
0
votes
1 answer

Why OnlyOffice throws Error 502 Bad Gateway

Error accessing OnlyOffice http://192.168.100.22:8080/ Main screen is: Please do not reload the page or shut down your computer. When inspecting the page I see the error: https://192.168.100.22:8080/api/2.0/capabilities.json - 502 Bad Gateway CentOS…
Liandro Cos
  • 65
  • 11
0
votes
0 answers

Linking Mendeley to OnlyOffice leads to "Page not found error"

I have recently tried to install the Mendeley plugin in the Only Office equivalent of "Word" for an institutional platform. After following the whole procedure (copying the link from Only Office, pasting it in the Mendeley website form, filling the…
0
votes
0 answers

Old and Bad UI of QT5 Application (file explorer) that are installed using AUR. How do i make it uniform look with my dekstop?

Only Office File explorer Look at this design. The icons are out of place and the theme is looking from 1990s. Could anyone tell me what's the issue here? Although my other application such as KDENLIVE is working properly. I have configured qt5ct to…
0
votes
1 answer

Type latex questions using onlyoffice

It seems that currently OnlyOffice offers the possibility to type directly latex formulas but I can't seem to make ir work and the official documentation does not solve my problem. I tried clicking on "insert", then "formula", then in the little…
Paul
  • 113
  • 3
0
votes
1 answer

How to insert text into onlyoffice webword?

I want to insert text into word, but I can not find the api; let docEditor = new DocsAPI.DocEditor("placeholder", config); docEditor.insertText('simple text') // this is I want to do, but insertText is undefine
0
votes
0 answers

Is onlyoffice support merge two word document?

I want merge two word document createed by onlyoffice, support or not ?
0
votes
0 answers

Docker installation of Onlyoffice-Document-Server failed with error no such file or directory

I've tried to install a docker based OnlyOffice document server via a docker-compose.yml and dockerfile. I've got the standard installation files via git clone https://github.com/ONLYOFFICE/Docker-DocumentServer System enviroment: OS: openSUSE Leap…
jurwol
  • 1
  • 1
0
votes
2 answers

How do I configure Nginx Proxy Manager to proxy an OnlyOffice Document Server Docker container?

I have spent an embarrassing amount of time trying to resolve this issue. I am running Nginx Proxy Manager and have not had any problems with it until around the start of October. Until then I was using the default settings in Nginx Proxy Manager…
0
votes
1 answer

Where are the docs (docx, xls etc) are physically store when using onlyoffice?

I assume it's not on 'document-server'? Is it true that all documents are being stored as database entities in a db?
Simullacra
  • 175
  • 4
0
votes
1 answer

ONLYOFFICE when url and callbackUrl have diffent [example.com]

{ "document": { "fileType": "docx", "key": "Khirz6zTPdfd7", "permissions": { "download": true, "edit": true, "print": true, "review": true }, "title": "Example Document Title.docx", "url":…
0
votes
1 answer

Unable to View/Add the Plugins inside Plugin Tab - Only Office

I have downloaded a fresh image of only office using docker and followed the python example. I have successfully opened the document in the editor but unable to view the plugins tab. Also, I have mounted the sdkjs-plugins volume on my local machine…
Moeez Saiyam
  • 107
  • 3
  • 11