Search found 368 matches

by Vadim
Thu May 30, 2024 6:11 am
Forum: Stimulsoft Reports.NET
Topic: Detecting Excel Export from Report
Replies: 8
Views: 1059

Re: Detecting Excel Export from Report

Hello.
1.
In StiRequestParams object you will get necessary information
public IActionResult ExportReport()
{
var requestParams = StiAngularViewer.GetRequestParams(this);

2. Also you need to hide options.Exports.ShowExportToMht = false;
by Vadim
Mon May 27, 2024 6:15 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 10
Views: 401

Re: a large amount of+~JF * *.tmp files is generated in the hard drive.

Hello.

For our needs createFont with InputStream is necessary
by Vadim
Thu May 23, 2024 12:00 pm
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 10
Views: 401

Re: a large amount of+~JF * *.tmp files is generated in the hard drive.

Hello.

We don't create .tmp files, it created by some Java versions, please change Java version to eliminate problem
by Vadim
Wed May 22, 2024 9:05 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 10
Views: 401

Re: a large amount of+~JF * *.tmp files is generated in the hard drive.

Hello.

This method load fonts from report resources, if you don't need this font you can remove it from report.
by Vadim
Mon May 20, 2024 7:30 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 10
Views: 401

Re: a large amount of+~JF * *.tmp files is generated in the hard drive.

Hello.

It seems that is bug of some Java versions, you can change Java version on your Linux environment to fix it.
by Vadim
Wed Apr 03, 2024 6:59 am
Forum: Stimulsoft Reports.JAVA
Topic: Using images in watermarks causes an error.
Replies: 1
Views: 1218

Re: Using images in watermarks causes an error.

Hello.

Which version do you use?
by Vadim
Tue Mar 12, 2024 9:59 am
Forum: Stimulsoft Reports.JAVA
Topic: 2024.1.2 on SpringBoot3 font error
Replies: 7
Views: 2518

Re: 2024.1.2 on SpringBoot3 font error

Hello,

Add necessary fonts in the resources of the report is the only way.
by Vadim
Fri Mar 01, 2024 3:33 am
Forum: Stimulsoft Reports.JAVA
Topic: The character "\"
Replies: 3
Views: 1123

Re: The character "\"

Hello.

Can't reproduce error.
Which version do you use?
Can you send us server full error stack trace?
by Vadim
Tue Feb 06, 2024 1:00 pm
Forum: Stimulsoft Reports.JAVA
Topic: The image is not clear after shrinking.
Replies: 4
Views: 1608

Re: The image is not clear after shrinking.

Hello.

Image quality will be improved from version 2024.1.4
by Vadim
Wed Jan 17, 2024 6:00 am
Forum: Stimulsoft Reports.JAVA
Topic: 2024.1.2 on SpringBoot3 font error
Replies: 7
Views: 2518

Re: 2024.1.2 on SpringBoot3 font error

Hello.

Yes, it is the reason, some JDK don't allow to access font files.
As solution from version 2024.1.3 you can add necessary TrueType fonts to report resources - it will use for export to PDF with embedded fonts.