Page 1 of 1

Appending PDF exports

Posted: Wed Feb 08, 2006 8:10 pm
by 9345040
All of the routines available seem to create an individual file for PDF. I need to write a report to a PDF file which includes other information than what is on a TeeChart. Is there currently a way to do this? If this is not available from Steema, is there another company which provides routines for doing this? I am using QuickReport and QRDesign but they don't send the TeeChart with PDF.

Posted: Mon Feb 13, 2006 3:26 pm
by Pep
Hi,

if your case, if you want to use it into a QrDesign hte best option would be to use a TQRImage for displaying charts. The procedure is more less simple:

1) Don't use TQRChart for reports. Instead, use regular TDBChart.
2) To show/print TDBChart, first create a temporary metafile and assign it
to TQRImage. The end result is TDBChart "image", displayed in report.