-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when transferring oTextPr
object via GlobalVariable
#86
Comments
Hi, I think we need both those files to correctly diagnose the situation |
Hello @PaSen-pzk ! Example of correct usage:
|
In this case, there is no guarantee that the merged content format is consistent with the source file. In the way you provided, I tried to get the text format, that is, apitextpr, and add it to the global variable, but the function contained in this apitextpr object cannot be serialized, so it is not available. |
This is a bug. Issue 58126 in our private issue tracker. |
oTextPr
object via GlobalVariable
Integrate ONLYOFFICE Document Builder into my application on Node.js. Using globalvariable method to create paragraph object will cause errors.
Steps to reproduce the problem:
Exception Info:
Script example:
Execution mode:
Run the above script with the executable file of docbuilder under the onlyoffice installation directory.
DocumentBuilder version:
Version: 7.1.1
Installation method:
Download and unpack on Windows .
Operating system:
Windows11
The text was updated successfully, but these errors were encountered: