Problem generating PDF reports in eastern languages
Posted: Tue Nov 08, 2011 7:31 am
Hi,
I have problem with generating reports using Stimulsoft.Reports for .NET version 2011.3.1107.0 into PDF format. If I use any of eastern languages (traditional chinese, korean, japanese), just squares are shown instead of proper characters.
If I export the same report into docx (or rtf, pptx...) format, characters are shown correctly. And finally, when I save docx report to PDF (using MS Word, for example), characters ale also correct.
My settings:
StiPdfExportSettings()
{ ImageQuality = DEFAULT_IMAGE_QUALITY, //1.5
ImageResolution = DEFAULT_IMAGE_RESOLUTION , //200
EmbeddedFonts = true,
UseUnicode = true
};
Did I miss something? Any help would be appreciated.
Note: I don't use built-in localization mechanism, instead I load resource strings directly from database using a db function.
Thanks,
Marek
I have problem with generating reports using Stimulsoft.Reports for .NET version 2011.3.1107.0 into PDF format. If I use any of eastern languages (traditional chinese, korean, japanese), just squares are shown instead of proper characters.
If I export the same report into docx (or rtf, pptx...) format, characters are shown correctly. And finally, when I save docx report to PDF (using MS Word, for example), characters ale also correct.
My settings:
StiPdfExportSettings()
{ ImageQuality = DEFAULT_IMAGE_QUALITY, //1.5
ImageResolution = DEFAULT_IMAGE_RESOLUTION , //200
EmbeddedFonts = true,
UseUnicode = true
};
Did I miss something? Any help would be appreciated.
Note: I don't use built-in localization mechanism, instead I load resource strings directly from database using a db function.
Thanks,
Marek