Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT Chart not showing up correctly in PDF
BIRT Chart not showing up correctly in PDF [message #534811] Thu, 20 May 2010 12:23 Go to next message
Yassir Bouizi is currently offline Yassir BouiziFriend
Messages: 14
Registered: April 2010
Junior Member
BIRT Chart not showing up correctly in PDF format cause the chart is to large.

For example when pie chart use optional grouping and size of chart is computed according to the number of groups. What I can do to resolve this probleme.Thanks beforehand.

Regards,
yassir.
Re: BIRT Chart not showing up correctly in PDF [message #534920 is a reply to message #534811] Thu, 20 May 2010 15:58 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

If you are using the viewer add &__pageoverflow=2 to the url. This
should size the image to fit. If you are using the api use
PDFRenderOption pdfOptions = new PDFRenderOption( options );
pdfOptions.setOption(IPDFRenderOption.PAGE_OVERFLOW,
IPDFRenderOption.FIT_TO_PAGE_SIZE);

When setting the render options for the render task.

Jason

On 5/20/2010 8:23 AM, Yassir Bouizi wrote:
> BIRT Chart not showing up correctly in PDF format cause the chart is to
> large.
> For example when pie chart use optional grouping and size of chart is
> computed according to the number of groups. What I can do to resolve
> this probleme.Thanks beforehand.
>
> Regards,
> yassir.
Re: BIRT Chart not showing up correctly in PDF [message #535089 is a reply to message #534920] Fri, 21 May 2010 09:32 Go to previous message
Yassir Bouizi is currently offline Yassir BouiziFriend
Messages: 14
Registered: April 2010
Junior Member
Ok thank you Jason.

Regards,
yassir.
Previous Topic:Wrong character encoding in postscript report output
Next Topic:How to split bars in the grouped barchart
Goto Forum:
  


Current Time: Fri Apr 26 09:57:04 GMT 2024

Powered by FUDForum. Page generated in 0.02210 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top