Re: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-26 Thread Quang Nguyen
Hi, Thank for your help! My project run! It can export to pdf file with TTF very good! Thank you very much! Cheers, Quang On 12/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Quang, > > you just need the TTF directory in the classpath and set > the filename of the font as pdfFontName

Re: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-23 Thread mjaeclipse
Hi Quang, you just need the TTF directory in the classpath and set the filename of the font as pdfFontName="", e.g. pdfFontName="Arial.ttf". You have to look for the filename at the directory you add to your application classpath. Or don't you use a jrxml template file? Don't forget to set isPdfE

Re: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-23 Thread Quang Nguyen
Hi Marco, I see, but I'd like to know how to write java code use jasper report to export the report to pdf file with embeded true type fonts. Merry Christmas and Happy New Year :-) Regards, Quang On 12/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Quang, > > I use iReport 0.5.2 and

RE: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-23 Thread Kalpesh Chordia
Title: RE: [jasperreports-questions] How to embed the true type font to pdf file with JasperReport use isPdfEmbedded = "true" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 23, 2005 1:16 PM To: jasperreports

[jasperreports-questions] How to embed the true type font to pdf file with JasperReport

2005-12-22 Thread Quang Nguyen
Hi all, I'm working with JasperReport on export to pdf file function. My report is in Vietnamese so it can't be read in Adobe Reader.\ I don't know how to write code to embed the true type font (such as Times New Roman, Arial, and so on) to a pdf file. if possible, can you send me a small exampl