Saving all pages of a multi-page TChart to one PDF file

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Collinor
Newbie
Newbie
Posts: 15
Joined: Wed Oct 31, 2007 12:00 am

Saving all pages of a multi-page TChart to one PDF file

Post by Collinor » Mon Jan 09, 2012 8:31 am

TeeSaveToPDFFile seems to save only the page that is currently set in the chart's page property.
How can I save all pages of a multi-page chart to one PDF file?

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Saving all pages of a multi-page TChart to one PDF file

Post by Yeray » Mon Jan 09, 2012 3:59 pm

Hi Collinor,

I'm afraid it's not possible right now.
I've added it to the wish list to be implemented in future releases (TV52016000). It could be a new mode for the existing TeeSaveToPDFFile function or a new function named ie TeeAppendToPDFFile.
In the meanwhile I'm afraid the only solution I can think is to loop the pages and create a different pdf for each one. Then you could use an external tool to merge the different files into one.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply