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
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
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
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
, 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!
>
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.
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