Arabic not shown correct after deploy project to server online ?

Stimulsoft Reports.WEB discussion
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

Hi
Please i have an asp core project that hosted in Centos v7 - now in my develop laptop (windows 10) Arabic is fine and shown as it should be - i use your tools to export pdf and show it to the user in browser using this code:
Code:

Code: Select all

            var report = new StiReport();
            report.Load(StiNetCoreHelper.MapPath(this, "Reports/MyLifePurposeMessage.mrt"));
            var purposeMessage = _purposeMessageService.GetPurposeMessageById(id);
            report.RegBusinessObject("LifeMessage", purposeMessage);
            return report;

Code: Select all

           var report = GetReport(reportType, id);
            Stream stream = new MemoryStream(StiNetCoreReportResponse.ResponseAsPdf(report).Data);
            return new FileStreamResult(stream, "application/pdf");
the problem is Arabic not shown correct format (please see image) - so please how can i make it correct as second image (from my develop laptop)
Attachments
My Laptop.png
My Laptop.png (40.67 KiB) Viewed 2865 times
Host Image.png
Host Image.png (56.65 KiB) Viewed 2865 times
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Arabic not shown correct after deploy project to server online ?

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data which reproduces the issue for analysis on support@stimulsoft.com

Thank you.
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

Hi
i can't add sample data to report - so i have added some text with fixed Arabic words - and i try it on my host centos 7 - and the same

i have attached the sample report - hope it can be fixed ?
Attachments
Values.mrt
(8.7 KiB) Downloaded 227 times
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

any update please ?
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

Please i need to solve that problem to let me fully test your tools before i can buy it ?
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Arabic not shown correct after deploy project to server online ?

Post by Lech Kulikowski »

Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

ok thanks, waiting ...
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

any update - my post from (2 sep) and till now you don't provide me any solution for my problem - i still can't buy your tools without solve this problem first - really bad thing :(
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Arabic not shown correct after deploy project to server online ?

Post by Lech Kulikowski »

Hello,

We work hard on this problem and do our best to do it as fast as possible. We will let you know when the solution is available.

Thank you.
ahmedamin
Posts: 9
Joined: Fri Aug 31, 2018 11:35 pm

Re: Arabic not shown correct after deploy project to server online ?

Post by ahmedamin »

i see that no way to solve this problem by your support - really bad :oops: :oops: :oops: :oops:
Post Reply