Page 1 of 1

Text Size Issues in Exported Files

Posted: Fri Apr 18, 2025 6:50 am
by Linmayi
Hi everyone,

I'm experiencing a problem with the text size in my exported documents. Here’s the code I’m currently using:

Code: Select all

var reportGenerator = new StiReport();
reportGenerator.Load(@"C:\folder\template.mrt");
var reportDocument = reportGenerator.LoadDocument(@"C:\folder\report.mdc");
reportDocument.ExportDocument(StiExportFormat.Pdf, @"C:\folder\output.pdf");
reportDocument.ExportDocument(StiExportFormat.Html, @"C:\folder\output.html"); 
The PDF output displays the text size correctly, but the HTML version appears to have smaller text. Has anyone faced this issue and found a way to fix it?

Thanks for your assistance!

Re: Text Size Issues in Exported Files

Posted: Fri Apr 18, 2025 2:26 pm
by Lech Kulikowski
Hello,

What product and version are you use?

Thank you.