Export to PDF

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
dpetr
Newbie
Newbie
Posts: 2
Joined: Wed Jun 01, 2005 4:00 am

Export to PDF

Post by dpetr » Mon Jan 16, 2006 1:19 pm

We are using the Tahoma font in our application. Trying to export a chart using the pdf format we get a pdf file that contains unreadble characters in all the place where the chart has greek literals.
We have changed the Graphics.DefFontData structure to Tahoma with GREEK_CHARSET (161). We have tried to change the TeeMsg_DefaultEngFontName variable to Tahoma (unit TeeEnglish) and the DEFAULT_CHARSE constant to 161 (unit TeCanvas) but nothing seems to correct the problem.

Please advise....

David Novo
Newbie
Newbie
Posts: 71
Joined: Fri Jul 02, 2004 4:00 am
Location: Culver City
Contact:

Post by David Novo » Tue Jan 17, 2006 5:05 am

What tool are you using to create the PDF?

dpetr
Newbie
Newbie
Posts: 2
Joined: Wed Jun 01, 2005 4:00 am

Post by dpetr » Tue Jan 17, 2006 8:26 am

I am using the TPDFExportFormat class of the TeeChart suite. In fact I am not using it direct but I call the TeeSaveToPDFFile method in unit TeePDFCanvas.pas.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Jan 20, 2006 10:05 am

Hi dpetr,

Thanks for reporting that. I'll add this to our defect list to be fixed for future releases.

In the meantime, you could export the chart to an image and create the pdf file using some component which allows that.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply