[jasperreports-questions] Subreport with large text area breaking funny

2005-12-23 Thread Alan . Fitzgerald
Another question.  I must be overlooking some property.

If I make a new report and add a subreport 3/4 down the page...the subreport
contains one large test area pulled from a database, set to strech.  When I
generate this report it shows the text on the bottom 1/4 of the first page
and every page after that contains the same amount of text (1/4 page) until
all the text is displayed...If I move the subreport to 1/2 down the
page...page 2 and beyond have 1/2 page of data...

How do I get the text that can't fit on the first page to fill the next
pages until done?
-Alan
 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Text cutting off for PDF exports (Linux only)

2005-12-23 Thread Alan . Fitzgerald
When exporting a report to PDF under Linux I end up loosing the last few
lines of a large text area .  This does not happen under Windows and it does
not happen in JasperAssistant's preview.  It happens through
JasperAssistant's export and through my webapp...so it shouldn't be my code.
I have tried messing with fonts but nothing helps.
Any Ideas?
Thanks.
-Alan


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


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
isPdfEmbedded="true".

Kind regards,
  Marco

>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 do it like the following:
>>
>> 1. The TTF font directory you like to use has to be in
>>the classpath (startup of iReport and/or start application
>>that creates PDF)
>> 2. In iReport choose tab "Font" in properties editor, select
>>"External TTF font" for PDF font name and choose your
>>font below with drop down box "True Type font".
>>In the jrxml file just set pdfFontName=""
>> 3. Choose "PDF embedded" checkbox to embed the font.
>>In the jrxml file just set isPdfEmbedded ="true"
>>
>> Also Merry Christmas and a Happy New Year to all out there.
>>
>> Kind regards,
>>  Marco
>>
>>
>> >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 example?
>> >
>> >Thank you very much.
>> >Merry Christmas and Happy new Year!
>> >
>> >Best regards,
>> >
>> >Quang.
>>
>
>
>---
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
>___
>jasperreports-questions mailing list
>jasperreports-questions@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


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 do it like the following:
>
> 1. The TTF font directory you like to use has to be in
>the classpath (startup of iReport and/or start application
>that creates PDF)
> 2. In iReport choose tab "Font" in properties editor, select
>"External TTF font" for PDF font name and choose your
>font below with drop down box "True Type font".
>In the jrxml file just set pdfFontName=""
> 3. Choose "PDF embedded" checkbox to embed the font.
>In the jrxml file just set isPdfEmbedded ="true"
>
> Also Merry Christmas and a Happy New Year to all out there.
>
> Kind regards,
>  Marco
>
>
> >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 example?
> >
> >Thank you very much.
> >Merry Christmas and Happy new Year!
> >
> >Best regards,
> >
> >Quang.
>


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


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

2005-12-23 Thread mjaeclipse
Hi Quang,

I use iReport 0.5.2 and do it like the following:

1. The TTF font directory you like to use has to be in
the classpath (startup of iReport and/or start application
that creates PDF)
2. In iReport choose tab "Font" in properties editor, select
"External TTF font" for PDF font name and choose your
font below with drop down box "True Type font".
In the jrxml file just set pdfFontName=""
3. Choose "PDF embedded" checkbox to embed the font.
In the jrxml file just set isPdfEmbedded ="true"

Also Merry Christmas and a Happy New Year to all out there.

Kind regards,
Marco


>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 example?
>
>Thank you very much.
>Merry Christmas and Happy new Year!
>
>Best regards,
>
>Quang.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


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-questions@lists.sourceforge.net
Subject: [jasperreports-questions] How to embed the true type font to
pdf file with JasperReport



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


Thank you very much.
Merry Christmas and Happy new Year!


Best regards,


Quang.



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=ick
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions