Chinese /Japanese showing as blank box in exported png/pdf

image
We started a docker image as exportServer.
JS code call for exporting api
gantt.exportToPNG({
name: convert(new Date()) + “.png”,
start: startDate,
end: endDate,
skin: theme,
server : this._exportServer
});

Hello Ming,
We are aware of the issue.
The dev team will fix it in the future, but I cannot give you any ETA.

Hello Ming,

The dev team fixed the bug with the Chinese characters in the exported file:
http://snippet.dhtmlx.com/5/376c65efa

1 Like