spreadsheet export to PDF

Hello, webix team

I want to export spreadsheet to PDF with format, but it doesn’t work.
And the Chinese text will appear garbled.
How can I fix it?

Are following settings suitable for export to PDF?

    header:false
    rawValues:true
    spans:true
    styles:true
    math:true
    ignore:{rowId:true}

The following is my snippet, thanks!
https://snippet.webix.com/pzmsl7vt

In addition, I use webix.print($$("ssheet"),{ data: "all"});
It can select print to file, but the data will be truncated.
Then, I use the setting fit:“data”, like this snippet https://snippet.webix.com/9d2kwcih,
the file will be many pages.
Is there any way to scale content for paper size automatically?

Hi @Karena.

The problem is related to the default font, which does not support Chinese. You can change the font to MS Arial Unicode font, which supports wide varieties of characters.

check this article about changing font for the exported file.

As for print, there is no built-in zoom feature, but you can try something like that: https://snippet.webix.com/xm0lxbpj

@Dima_S
Thanks for your help.
But, the snippet is empty.
https://snippet.webix.com/kefuru5k

@Karena

Sorry, here is the correct link: https://snippet.webix.com/xm0lxbpj