Posted 17 February 2026, 12:26 pm EST - Updated 17 February 2026, 12:31 pm EST
We have a .NET Framework Project using FlexReport version 4.8.20251.721.
On our FlexReport there are multiple fields containing RTF text.
When the Report is displayed in FlexViewer everything looks OK. When we use the Export function from within the FlexViewer, the resulting PDF is OK, too.
When we directly export from code to a PDF (using functions report.RenderToFilter() or report.Export()) the RTF fields aren’t rendered properly. They aren’t rendered as text but are rendered as a low resolution graphics object (bitmap probably) to the PDF. All the plain-text fields look OK. Only RTF fields are affected.
How can I achieve the same output using code as I can pressing the button in FlexViewer?
The goal is to automatically output multiple documents to predefined paths.
I wouldn’t even mind opening the FlexViewer, if that can be automated, but flexviewer.Export() has no parameters.

