Anyone using Synactis AllInABox PDF component?
Posted: 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
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