Page 1 of 1

using 2018.1.4 in .netcore 2.0,license and chinese problem

Posted: Mon May 07, 2018 12:55 am
by cucr
hello,
I am using version 2018.1.4 in .netcore 2.0,i find some critical problem.
1.i load license in my code,but when i export pdf report,the trail water mark still appear.

2.when i export pdf report,chinese character can not show.
please help thanks.

i upload my report template in attach,please check.by the way i install Stimulsoft.Reports.Web.NetCore from nuget,and the license is download from you user web site.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Tue May 08, 2018 7:48 am
by Lech Kulikowski
Hello,

We couldn't reproduce the issue on our demo samples.

Please send us a simple project which reproduces the issue for analysis on support@stimulsoft.com for analysis.

Thank you.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Tue May 08, 2018 9:21 am
by cucr
i have send a email to support@stimulsoft.com,please check,thanks.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Tue May 08, 2018 1:28 pm
by Lech Kulikowski
Hello,

We have answered you by email.

Thank you.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Thu May 10, 2018 12:13 am
by cucr
i have reply you email,can you tell me how to install font size on server and how to use it with .netcore code.thanks.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Mon May 14, 2018 10:32 am
by Lech Kulikowski
Hello,

Which system are you use om your server?

Thank you.

Re: using 2018.1.4 in .netcore 2.0,license and chinese probl

Posted: Mon May 14, 2018 12:23 pm
by Lech Kulikowski
Hello,

Most of the standard fonts do not contain all national characters.
In this case, Windows uses the "font fallback". This algorithm is very complicated and, therefore, is not realized in the exports.
Due to the Net Core technology limitations, it is not possible to implement it in the Net Core version.

You used the Arial font to output the text. This font does not contain Chinese characters.

To output national characters, please, use the font which contains all necessary characters.
For example, the "Arial Unicode MS" and "Lucida Sans Unicode" fonts contain many national characters.

Thank you.