You are not logged in.
Pages: 1
I try to modify the htm2pdf demo to test if the unicode words support, but failed.
There are only 2 modifications on the html file, some unicode words(Chinese) input on the html body part, and <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> for header part, the unicode content can be displayed on the THtmlViewer, this works, and the PDF was generated as well, but the unicode words can NOT be displayed correctly.
Anybody help me? Thanks in advance!
Offline
This demo was tested only with Win1252 charset.
In our SynPdf library, there is no font fall-back - see http://msdn.microsoft.com/en-us/library … s.85).aspx - which is quite complex to implement.
That is, you must select a font which contains all displayed characters.
Online
Hi ab,
Thanks for your reply.
But I still don't know how to fix the issue, I am sorry I don't know so much about the SynPdf.
Could you please tell me what exactly I should do?
Offline
Pages: 1