Search found 2 matches

by muhammad.ganji
Mon Mar 11, 2024 8:27 am
Forum: Stimulsoft Reports.NET
Topic: Mess in the right to left of the text in pdf
Replies: 3
Views: 985

Re: Mess in the right to left of the text in pdf

This is simple report with data source. Report.zip I use .Net to export Pdf. public StiNetCoreActionResult GetPdf(string modelMrt, string dataSource) { var stimul = new StiReport(); stimul.LoadFromString(modelMrt); var dataTable = JsonConvert.DeserializeObject<dynamic>(dataSource ?? "[]");...
by muhammad.ganji
Sun Mar 10, 2024 6:07 am
Forum: Stimulsoft Reports.NET
Topic: Mess in the right to left of the text in pdf
Replies: 3
Views: 985

Mess in the right to left of the text in pdf

Hello.
In the pdf output using .Net, I have a mess in the right indentation of the text. I use trial version 2023.1.
same text in the View and Pdf
same text in the View and Pdf
Screenshot (8).png (73.98 KiB) Viewed 985 times
It is noteworthy that the Web View output displays correctly and this problem occurs only in the PDF