Page 1 of 1

Export to PDF

Posted: Mon Jan 16, 2006 1:19 pm
by 9342049
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....

Posted: Tue Jan 17, 2006 5:05 am
by 9338026
What tool are you using to create the PDF?

Posted: Tue Jan 17, 2006 8:26 am
by 9342049
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.

Posted: Fri Jan 20, 2006 10:05 am
by narcis
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.