You need to sign in to do that
Don't have an account?
Chinese characters in PDF
Hello,
I am having some trouble with chinese characters in PDF generation.
I do not know any chinese, but the customer gave me a document to copy the text excerpts from and I have already done that. What strikes me as odd is that most of the characters show up, but some just don't.
Wherever I want to insert them in the page, they are not shown in the PDF.
Is there any reason why this is happening?
This is one of the text excerpts that do not show up anywhere on the page: 设备租用报价
Maybe I have to set some enconding parameters in the header?
Thanks for any advice.
Best Regards,
Marc
<div style="font-family: Arial Unicode MS;font-weight: 900; ">
<apex:outputText >设备租用报价</apex:outputText>
</div>
All Answers
<div style="font-family: Arial Unicode MS;font-weight: 900; ">
<apex:outputText >设备租用报价</apex:outputText>
</div>
Are you chinese? Where do you work?
No, I am not Chinese.
I am working in Germany. This was a translation of a contract document that needed to be set up in Salesforce.
If i am render page as PDF then its working.But when i m using Blob.toPDF(String) method it is not working
How to show chinese character in pdf using Blob.toPDF() ?