Skip to content
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

Api.GetDocument().ToJSON(...) failed Footnotes are not supported? #118

Open
SunjfGitHub opened this issue Nov 17, 2023 · 4 comments
Open
Labels
confirmed-bug Issues with confirmed bugs

Comments

@SunjfGitHub
Copy link

docx file:
12.zip

file content:
2023-11-17_13-35

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:
2023-11-17_13-37

exec command:

documentbuilder a1.docbuilder
@askonev
Copy link
Member

askonev commented Apr 16, 2024

@SunjfGitHub This bug has already been fixed in the current version #60996 of documentbuidler

Version: 8.0.0 What’s new
Release Date: 2/5/2024

@Rita-Bubnova Rita-Bubnova added confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released labels Apr 16, 2024
@Rita-Bubnova
Copy link
Member

I close this issue. Feel free to comment or reopen it if you got further questions.

@laowengdiaodayu
Copy link

image
这个bug还没有解决,还是有问题

@askonev
Copy link
Member

askonev commented Apr 29, 2024

@laowengdiaodayu Thank you for the open issue. I created a bug on our closed bug tracker #67794

@Rita-Bubnova Rita-Bubnova reopened this Apr 29, 2024
@Rita-Bubnova Rita-Bubnova removed the fixed Issues that fixed and released label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

4 participants