Quality property does not work for v5
The Quality property for TfrxPDFExport does not work for FastReport v4.
Since there seems no further updates for v4, I tried v5 (v5.1.2.18).
With the v5, there is still the bug for Quality property. Even if I change the Quality (e.g. 20%), the PDF is always exported as 100% Quality.
How do other people treat this bug? Any workaround?
Since there seems no further updates for v4, I tried v5 (v5.1.2.18).
With the v5, there is still the bug for Quality property. Even if I change the Quality (e.g. 20%), the PDF is always exported as 100% Quality.
How do other people treat this bug? Any workaround?
Comments
Thank you for your reply.
I am using FastReport with RadStudio XE4. For XE4, v5.1.2.18 is the latest.
I appreciate your reply.
I will check that version.
So, I decided not to use PDFExport function, instead to use BMPExport function and zip it to reduce the file size.
I have.
Thank you very much for your code.
I am trying now.
This is my first time to update FastReport(third party software's) source file.
To reflect the modification of the source, what should I do?
I re-build my project file. But, of course, it did not reflect the modification of the frxExportPDF.pas
I found the way to rebuild the package.
There is an execution file named "recompile.exe" under FastReport folder. With it, I could reflect the modification.
Thank you very much.