Bug Report: Excel Save as Pdf get font missing

Hi, Support:

I found a problem: the Chinese font chars will miss when a Excel has been exported as pdf if there are Chinese font chars in it. How to export excel as pdf without Chinese font missing?

@ducaisoft

The issue is generally caused by missing Chinese font files.

Please install Chinese fonts on your environment or use our FontConfigs API, e.g.

        //put your font files in a directory/folder.
        FontConfigs.SetFontFolder(fontDir, true);

        //init workbook
        Workbook workbook = ...

Thank your very much!
That solved my issue.

@ducaisoft,

Good to know that you are up and running again. Have questions or comments? feel free to write us back.