Export PDF Image Quality
Hi,
We're using FR 4.6 with Delphi 7 and we need to set the images quality to 300 dpi when exporting to PDF to get a better image quality in the PDF file.
We've been searching in the FR4 newsgroup and in the source code but we haven't found what we need.
Can it be done? If not, will it be someday? And, how can we solve it by now?
Hope you can help us.
Thank you so much.
We're using FR 4.6 with Delphi 7 and we need to set the images quality to 300 dpi when exporting to PDF to get a better image quality in the PDF file.
We've been searching in the FR4 newsgroup and in the source code but we haven't found what we need.
Can it be done? If not, will it be someday? And, how can we solve it by now?
Hope you can help us.
Thank you so much.
Comments
PDFExport.PrintOptimized := true;
where PDFExport is the export component.
I've just tried it and I've seen some improvement, but what is it used for? I've looked in the source code but I haven't found an answer.
I've been asked for exporting images with a dpi of 300 to get a better result when printing. Is this the result using this parameter?
Any help will be appreciated.