[jasperreports-questions] Can I merce 2 report??

2006-05-10 Thread Quang Nguyen
Hi everybody,I work with a report which has more than 200 Static text and parameter. So i cannot put all of them in one report. I have to split them to 4 report (for 4 pages).My problem is when i export to pdf file, it has 4 files for 4 pages, sound not good. I want put all of them in only one pdf

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 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

[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

Re: [jasperreports-questions] exit server on close jasper viewer!

2005-11-28 Thread Quang Nguyen
, false, false); > > I hope this helps. > Teodor > > > Quang Nguyen wrote: > > >Hi, > > > >I have tried with your solution: JasperViewer.viewReport(jasperPrint,false); > > > >but it still stop server, I don't know why! >

[jasperreports-questions] exit server on close jasper viewer!

2005-11-27 Thread Quang Nguyen
Hi, I have tried with your solution: JasperViewer.viewReport(jasperPrint,false); but it still stop server, I don't know why! Do you have another solution? Thank you so much! Regards, Quang --- This SF.net email is sponsored by: Splunk Inc.

Re: [jasperreports-questions] Printer control

2005-11-04 Thread Quang Nguyen
Hi all,I'm Quang, from Vietnam.I use Jasper report on a web application (I used Tomcat web server). It's normal with exporting to Pdf file function, but viewing report with Jasper Viewer has a problem. When i exitted the Jasper Viewer, the Web server also shutted down. I didn't want that. Did I mak