PDFSharp with Chinese characters

前端 未结 3 1763
野性不改
野性不改 2021-01-20 16:23

I have problem with displaying Chinese characters in PDFSharp in C#. During process of creating the PDF string it\'s ok, but after creating pdf file it doesn\'t display it.

3条回答
  •  时光取名叫无心
    2021-01-20 16:52

    Make sure the font is installed correctly on the beta server and make sure application has sufficient rights. Make sure the font is embedded in the PDF file.

    According to the PDFsharp FAQ, CJK fonts are not supported. But still you should get the same results on server and local computer if the environments are set up correctly.

提交回复
热议问题