Anyone using Synactis AllInABox PDF component?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Moehre
Newbie
Newbie
Posts: 1
Joined: Mon Oct 04, 2010 12:00 am

Anyone using Synactis AllInABox PDF component?

Post by Moehre » Mon Feb 14, 2011 9:22 am

Hi!

I am using the All-In-A-Box components from Synactis for PDF creation on Delphi 5. Now I want to insert a chart with TeeChart 2010 latest version using this code:

TI := AllBox1.Canvas.CreateImage;
TI.Assign(frmPreview.chart1.TeeCreateBitmap(clSilver,Rect(0,0,frmPreview.chart1.Width,frmPreview.chart1.Height),pf24bit,600));
TI.Put(400,ActTop,AllBox1.PageWidth - 400,ActTop + 800);

This works fine BUT text elements are unreadable! There is a demo project included AllBox for charts (but for older versions of TChart I think) but this doesn't work at all - and Synactis customer service did'nt anser up to now :/

Is there another way to insert charts into AllBox PDF canvas? (perhaps using vector images? There is a TVectorImage object in AllBox but only EMF files can be used)

Many thanks in advance
Detlev Moehring

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

Re: Anyone using Synactis AllInABox PDF component?

Post by Yeray » Thu Feb 17, 2011 8:44 am

Hi Detlev,

Could you please show us a pdf produced with this tool showing the problem?
Can you reproduce the problem with TeeChart but without that component? Note that TeeChart supports exportation as shown in the demo "All features\Welcome !\Exporting\Chart Picture\Adobe Acrobat PDF"
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