Saving report with asian characters as PDF

Stimulsoft Reports.NET discussion
Post Reply
rpas
Posts: 3
Joined: Wed Oct 26, 2011 6:43 pm
Location: Australia

Saving report with asian characters as PDF

Post by rpas »

Hi,

I've encountered an issue, where reports containing asian characters, saved as PDFs would have all asian characters replaced by square symbols. This issue only occurs when saving to PDF as far as I see.

This issue occurs in the Designer application, which comes with StiReports .Net 2010.1

Any advice on this situation? Has this been fixed with later releases?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Saving report with asian characters as PDF

Post by Ivan »

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 exports.
To output national characters, please, use the font which contain all necessary characters.
For example, the "Arial Unicode MS" font contains many national characters. Also, in your case, you may try to use the "MS Mincho" font.

Thank you.
rpas
Posts: 3
Joined: Wed Oct 26, 2011 6:43 pm
Location: Australia

Saving report with asian characters as PDF

Post by rpas »

Thanks for your reply!

What are national characters though? The standard A-Z?

Otherwise it makes sense - just use one of the fonts which supports asian characters

Thanks :biggrin:
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Saving report with asian characters as PDF

Post by Alex K. »

Hello,

The standard set means symbols with codes 32-127, which include numbers and english alphabet. All other symbols have their code pages and are national.

Thank you.
Post Reply