export the chart to PDF

Hello,

Im using 'TMS Advanced Charts for VCL'.

How to export the chart to PDF ?
likes 'Demo Financial > Printing Samples > LINE_Portrait.pdf'.
I can not find the sample code.

Best reagards

This sample is drawn with vector data.very beautiful !
However, I can only save to the raster data (bmp/jpg...)
how to save to PDF with  raster data ?

Hi, 


To print the chart to a PDF, please use the following code:

  with printer do
  begin
    BeginDoc;
    AdvChartView2.PrintAllPanes(Printer.Canvas,Rect(0, 0, printer.PageWidth, printer.PageHeight));
    EndDoc;
  end;

Kind Regards,
Pieter
Hi Pieter

I see.
TAdvChartView1 is printing of vector line.
TAdvGDIPChartView is printing via bitmap.
Thank you.
Hi,
I became want to print without using a virtual printer .
so, Do you have or know a component that can be used with the TAdvChartView ?
Kind Regards,

Hi, 


Printing is explained at the following tip:
http://tmssoftware.com/site/advchart.asp?s=faq&show=392

Kind Regards, 
Pieter
Hi,
I'm sorry.Description was missing.I want print the chart to a PDF. 

so,To do it ,the post 'Posted: 28 Jan 2016 at 8:39am' need a virtual printer.
how to print the chart to a PDF without using a virtual printer?
Do you have or know a component that can be used with the TAdvChartView ?

Kind Regards,

Hi, 


We currently do not have a separate component for direct printing to a PDF. We will investigate if we can add support for this in the next version.

Kind Regards, 
Pieter
Hi,Pieter
Thank you for your reply immediately.
I am looking forward to it.
Kind Regards,
Hideo