SunjfGitHub

Results 2 issues of SunjfGitHub

docx file: [12.zip](https://github.com/ONLYOFFICE/DocumentBuilder/files/13387751/12.zip) file content: ![2023-11-17_13-35](https://github.com/ONLYOFFICE/DocumentBuilder/assets/16753668/90cda0e3-1bb7-443e-b9e7-6071971280f5) script code: ```js builder.OpenFile("12.docx"); var oDocumenta = Api.GetDocument(); console.log("--------0") var aaa = oDocumenta.ToJSON(true, true, true, true, true, true); console.log("--------1") GlobalVariable["aaa"] = aaa; console.log("--------2") var...

confirmed-bug

my code: ```js builder.OpenFile("12.docx"); var oDocumenta = Api.GetDocument(); // GlobalVariable["aaa"] = oDocumenta.ToJSON(true, true, true, true, true, true); var ca = oDocumenta.GetContent(); builder.SaveFile("pdf", "out.pdf") builder.CloseFile(); ``` but, exec script dir not...

waiting feedback