Unicode in PDF

后端 未结 7 601
醉酒成梦
醉酒成梦 2020-12-01 08:57

My program generates relatively simple PDF documents on request, but I\'m having trouble with unicode characters, like kanji or odd math symbols. To write a normal string in

7条回答
  •  渐次进展
    2020-12-01 09:54

    I'm not a PDF expert, and (as Ferruccio said) the PDF specs at Adobe should tell you everything, but a thought popped up in my mind:

    Are you sure you are using a font that supports all the characters you need?

    In our application, we create PDF from HTML pages (with a third party library), and we had this problem with cyrillic characters...

提交回复
热议问题