Posted 13 September 2021, 9:13 am EST - Updated 30 September 2022, 4:32 pm EST
I made a very simple console app to generate the pdf, to remove any chance it was our code causing this issue, the pdf exporter looks like this:
var pdfExport = new GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport();
pdfExport.ConvertMetaToPng = true;
pdfExport.ImageQuality = ImageQuality.Highest;
Here is the text correctly renedered in html
Here is the text redered by pdf
And here is the rpx which generated the documents
DXLABPRINTOUT.zip