Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
We couldn't reproduce this bug.
Which version and build of Stimulsoft Reports do you use?
Can you please send us a sample report template with data, which reproduces the issue?
I just tried the trial version of the 2012.1 release. The result looks a bit better, but we still have a problem.
The background of the picture has changed from black to white, but when inserting a watermark in the RTF file this white background remains.
When opening the RTF file using notepad I noticed some texts like '\jpegblip', so I guess this has something to do with jpegs not supporting transparency.
We need mostly PDF files, but occasionally also RTF files. When we faced this problem a while ago, we realised that the use of PNG images (or some other image type that supports transparency) would be our only option.
This solved the problem for the PDF files, but not for the RTF files...
We have added a new property to the Rtf export settings - StiRtfExportSettings.StoreImagesAsPng, by default false.
In your case you should set this property to true.
The patch will be available in the next prerelease build.