【Spire.PDF】无法显示中文的情况

在导出PDF报告时发现中文字符无法显示, 于是更换字体测试,发现是某些字体不支持中文, PdfDocument doc = new PdfDocument(); PdfPageBase page = doc.Pages.Add(); Font font = new Font("Arial", 10, FontStyle.Regular); PdfTrueTypeFont pdfTrueType
相关文章
相关标签/搜索