You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call returns an iframe element with the editor, as expected.
However, I have a question regarding editing the content of a file in the editor, but I need to do this through the API.
For example, if I want to add a simple text via the "testing text" API to my document, how would I do it? I've looked a lot about this and the most I found was this:
I was unable to test it because there was a dependency on the document builder. I tried to compile the builder on my Ubuntu 16.04 as in the documentation:
However, without success, when executing the automate.py script using builder as an argument for the script, I receive an error at the end of the compilation. What should I do in this regard? my document server is running on ubuntu 22.04 and I need to install the document builder on ubuntu 16.04? Or is there a way to install the builder in the same environment as the document server? or is there a simpler way to edit the content of a file via API?
The compilation error returned by the constructor follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm deploying the onlyoffice editor on my platform, I'm using the js API available in my local container:
The call returns an iframe element with the editor, as expected.
However, I have a question regarding editing the content of a file in the editor, but I need to do this through the API.
For example, if I want to add a simple text via the "testing text" API to my document, how would I do it? I've looked a lot about this and the most I found was this:
I was unable to test it because there was a dependency on the document builder. I tried to compile the builder on my Ubuntu 16.04 as in the documentation:
However, without success, when executing the
automate.py
script using builder as an argument for the script, I receive an error at the end of the compilation. What should I do in this regard? my document server is running on ubuntu 22.04 and I need to install the document builder on ubuntu 16.04? Or is there a way to install the builder in the same environment as the document server? or is there a simpler way to edit the content of a file via API?The compilation error returned by the constructor follows:
Beta Was this translation helpful? Give feedback.
All reactions