Fast Reports PDF Image Quality
Hi -
I am using Fast Reports Version 4 with Delphi XE2. I have noticed that the image quality is poor. I have tried setting ..
PDFExport.Compressed := false;
PDFExport.PrintOptimized := true;
The "PrintOptimized " option does improve quality slightly but not entirely. What I cant understand is that if you preview a report - then select the "PDF" option from the toolbar and save the report to PDF - the quality is much better . How is that possible ?
Does preview use a different mechanism/ routine for exporting the pDF ? AFAIK, for the "export PDF" button will only work if you have a TfrxPDFExport component added to the project - so its clearly using this to export the PDF. Why then do the qulities differ ?
Thanks.
Dave.
I am using Fast Reports Version 4 with Delphi XE2. I have noticed that the image quality is poor. I have tried setting ..
PDFExport.Compressed := false;
PDFExport.PrintOptimized := true;
The "PrintOptimized " option does improve quality slightly but not entirely. What I cant understand is that if you preview a report - then select the "PDF" option from the toolbar and save the report to PDF - the quality is much better . How is that possible ?
Does preview use a different mechanism/ routine for exporting the pDF ? AFAIK, for the "export PDF" button will only work if you have a TfrxPDFExport component added to the project - so its clearly using this to export the PDF. Why then do the qulities differ ?
Thanks.
Dave.