Search found 77 matches

by simon ren
Mon May 27, 2024 1:07 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 9
Views: 225

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

Hello, From the figure, it can be seen that the file was generated in the method chain being called There are two methods for createFont, 1.Font.createFont(Font.TRUETYPE_FONT, InputStream input); 2.Font.createFont(Font.TRUETYPE_FONT, new File(pathString)); The first one will cause the problem, and t...
by simon ren
Thu May 23, 2024 1:46 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 9
Views: 225

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

This method has another usage that won't generate a large number of files. Can you consider optimizing it
by simon ren
Wed May 22, 2024 7:35 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 9
Views: 225

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

The problem is that you used the Font. createFont() method, which can also be directly searched online
by simon ren
Mon May 20, 2024 1:58 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 9
Views: 225

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

Hello,
In a Linux environment,We call StiFontCollection.addResourceFont() method will cause this issue to stabilize.
It will write files to the/tmp folder, and when called multiple times, this folder will be full
by simon ren
Fri May 17, 2024 3:06 am
Forum: Stimulsoft Reports.JAVA
Topic: error in columns
Replies: 11
Views: 4072

Re: error in columns

Hello,

Thank you very much!
by simon ren
Thu May 16, 2024 8:52 am
Forum: Stimulsoft Reports.JAVA
Topic: a large amount of+~JF * *.tmp files is generated in the hard drive.
Replies: 9
Views: 225

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

Hello, Currently, when using the printing function, a large amount of+~JF * *.tmp files is generated in the hard drive. After searching online, we found that it was caused by the use of the Font. createFont() method internally when we called your StiFontCollection. addResourceFont() method. Font Cre...
by simon ren
Mon Apr 22, 2024 3:12 am
Forum: Stimulsoft Reports.JAVA
Topic: Error in ShrinkFontToFit
Replies: 9
Views: 6433

Re: Error in ShrinkFontToFit

Hello,

Is there any progress on this issue?

Thank you.
by simon ren
Mon Apr 22, 2024 3:10 am
Forum: Stimulsoft Reports.JAVA
Topic: error in columns
Replies: 11
Views: 4072

Re: error in columns

Hello,

Is there any progress on this issue?

Thank you.
by simon ren
Mon Apr 22, 2024 3:08 am
Forum: Stimulsoft Reports.JAVA
Topic: The Variable "CurrentDateTime" is not working
Replies: 3
Views: 1146

Re: The Variable "CurrentDateTime" is not working

Hello,

Is there any progress on this issue?

Thank you.
by simon ren
Wed Apr 03, 2024 5:39 am
Forum: Stimulsoft Reports.JAVA
Topic: Using images in watermarks causes an error.
Replies: 1
Views: 1192

Using images in watermarks causes an error.

when i use image in watermarks,render it will cause an error as below: 图片水印.jpg java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at com.stimulsoft.report.export.service.StiPdfExportService.rend...