Error using compressed in PDF export
Hello,
I am using FR VCL 2022.1.3 with Delphi 11 and Windows 11 PRO 64bit.
When I mark the "Compressed" option in PDFExport and try print the report I get the following exception:
Project xxx raised exception class EZCompressionError with message 'Invalid ZStream operation!'.
I use the compression option cause the report will be generated for the web.
How can I avoid this problem?
Thank you,
Davide
Comments
I have searched this. It should be the compatibility of delphi11. You can remove the compression property from the control. In fact, even if there are pop-up errors, documents can still be generated.