With default settings, the HtmlRenderer.PDFSharp would render CJK characters as blank boxes in generated PDF file. What can be done to make them correctly displayed?
Asked
Active
Viewed 270 times
0

I liked the old Stack Overflow
- 20,651
- 8
- 87
- 153

captivatedbyUBB
- 153
- 2
- 9
-
According to their docs, they [do not support](http://www.pdfsharp.net/wiki/PDFsharpFAQ.ashx?AspxAutoDetectCookieSupport=1#Does_PDFsharp_support_for_Arabic_Hebrew_CJK_Chinese_Japanese_Korean_6) CJK. – CodingYoshi Nov 23 '17 at 03:55
-
@CodingYoshi Who is "their"? PDFsharp does not support RTL text, but CJK characters should show up when using Unicode correctly. I do not know how HtmlRenderer handles Unicode or RTL. HtmlRenderer uses PDFsharp. – I liked the old Stack Overflow Nov 23 '17 at 07:08