Page 1 of 1

Mess in the right to left of the text in pdf

Posted: Sun Mar 10, 2024 6:07 am
by muhammad.ganji
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 1722 times
It is noteworthy that the Web View output displays correctly and this problem occurs only in the PDF

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

Posted: Mon Mar 11, 2024 7:46 am
by Lech Kulikowski
Hello,

Please send us a sample report with test data for analysis.

Thank you.

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

Posted: Mon Mar 11, 2024 8:27 am
by muhammad.ganji
This is simple report with data source.
Report.zip
report.mrt and datasource.json
(9.14 KiB) Downloaded 187 times
I use .Net to export Pdf.

Code: Select all

public StiNetCoreActionResult GetPdf(string modelMrt, string dataSource)
{
    var stimul = new StiReport();
    stimul.LoadFromString(modelMrt);
    var dataTable = JsonConvert.DeserializeObject<dynamic>(dataSource ?? "[]");
    DataSet dataset = StiJsonToDataSetConverterV2.GetDataSet(dataTable);
    stimul.RegData(dataset);
    return StiNetCoreReportResponse.ResponseAsPdf(stimul);

}

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

Posted: Tue Mar 12, 2024 8:37 am
by Lech Kulikowski
Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.