I have a simple report with UNICODE characters (Japanese). If I run it, and Save as Adove PDF file, the output is garbled where the UNICODE characters are.
Save as Word, Excel, MHT, etc all work fine ... just PDF is wrong.
I think the font being used for PDF is wrong for UNICODE characters. Is there a way to make Save to PDF work for Unicode?
Thanks!
Unicode Characters and save as PDF
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Unicode Characters and save as PDF
Hello,
Most of the standard fonts does not contain national characters. In this case Windows uses the "font fallback". This algorithm is very complicated and, therefore, is not realized in the export. To output national characters, please, use the font which contain all necessary characters. For example, the "Arial Unicode MS" font contains many national characters.
Thank you.
Most of the standard fonts does not contain national characters. In this case Windows uses the "font fallback". This algorithm is very complicated and, therefore, is not realized in the export. To output national characters, please, use the font which contain all necessary characters. For example, the "Arial Unicode MS" font contains many national characters.
Thank you.
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Unicode Characters and save as PDF
I set the font to "Arial Unicode MS" in the designer, but when it is saved and re-opened, it goves back to Arial.
I have attached a simple report with just a label with Japanese characters. How do I modify this so that when it is exported to PDF it shows the Japanese characters correctly?
Thanks@
I have attached a simple report with just a label with Japanese characters. How do I modify this so that when it is exported to PDF it shows the Japanese characters correctly?
Thanks@
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Unicode Characters and save as PDF
here is the attachment.
- Attachments
-
- testchars.mrt
- (8.11 KiB) Downloaded 444 times
Re: Unicode Characters and save as PDF
Hello.
The styles have higher priority then font property. The style is set with Arial font.
So you should either change style or set the Allow use font property to false in the Style Designer. Thank you.
The styles have higher priority then font property. The style is set with Arial font.
So you should either change style or set the Allow use font property to false in the Style Designer. Thank you.