PDF export memory spike with large images

Stimulsoft Reports.NET discussion
Post Reply
liamanderson
Posts: 1
Joined: Tue Jun 30, 2026 10:13 am

PDF export memory spike with large images

Post by liamanderson »

I'm using Stimulsoft Reports.NET in a .NET 8 application to generate PDF reports that contain many high-resolution PNG images (around 80–120 images per report). The reports are generated correctly, but during PDF export the application's memory usage increases significantly and is only released much later by the garbage collector.

I already dispose of the report object after exporting, and I've tried reducing image resolution, but the memory spike is still much higher than expected.

Has anyone found an effective way to reduce memory consumption during PDF export when a report contains many images? Are there any export options, image caching settings, or report design practices that help keep memory usage lower without noticeably reducing PDF quality?
Retro Bowl .NET 8 | Windows 11
Max Shamanov
Posts: 1152
Joined: Tue Sep 07, 2021 10:11 am

Re: PDF export memory spike with large images

Post by Max Shamanov »

Hello,

Could you please clarify what version and product you are using?
Also, please send us a simple report with test data or a sample project for analysis.

Thank you.
Post Reply