We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docx file: 12.zip
file content:
script code:
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 ca = oDocumenta.GetContent(); builder.SaveFile("docx", "out.docx") builder.CloseFile();
result:
exec command:
documentbuilder a1.docbuilder
The text was updated successfully, but these errors were encountered:
@SunjfGitHub This bug has already been fixed in the current version #60996 of documentbuidler
#60996
Version: 8.0.0 What’s new Release Date: 2/5/2024
Sorry, something went wrong.
I close this issue. Feel free to comment or reopen it if you got further questions.
这个bug还没有解决,还是有问题
@laowengdiaodayu Thank you for the open issue. I created a bug on our closed bug tracker #67794
#67794
No branches or pull requests
docx file:
12.zip
file content:
script code:
result:
exec command:
The text was updated successfully, but these errors were encountered: