Posted 10 August 2020, 6:52 pm EST
We have a section report where the user can specify a watermark as well as set transparency level (“washout”). This works fine when the report is previewed, but if it is exported to PDF using the PDFExport class the watermark is significantly more faded than on the preview.
We implement the “washout” by loading it, changing the alpha on every pixel, and then re-saving it to a temporarly location as a PNG. I can tell something strange has happened with the PDF export by comparing the way the image is displayed in the PDF to the image itself in an image editor/viewer.
If the report is “printed” to the Windows built-in PDF Printer, image opacity is fine.