Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

PDF quality

edited February 2010 in General
Hi,

i use RB 11.07 + Delphi 2009

i export my report in PDF format and works ok...
but the quality of the image is bad...

how increment the quality of the pdf files ?

i use this code:

ReportCorrente.DeviceType := dtPDF;
ReportCorrente.ShowPrintDialog := False;
ReportCorrente.AllowPrintToFile := True;
ReportCorrente.PDFSettings.OpenPDFFile := False;
ReportCorrente.TextFileName := path + 'Temp\TempPDF.PDF';
ReportCorrente.Print;

thanks

Alessandro Romano

Comments

This discussion has been closed.