Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt viewer: default option "fit with page" in pdf export
Birt viewer: default option "fit with page" in pdf export [message #657578] Thu, 03 March 2011 10:46 Go to next message
Nicola is currently offline NicolaFriend
Messages: 184
Registered: July 2009
Senior Member
Hi,
with birt 2.6.1 is there a way to set PDF export with the option "Fit
with page" as default instead of "Auto"?

Thank you
Nicola
Re: Birt viewer: default option "fit with page" in pdf export [message #657695 is a reply to message #657578] Thu, 03 March 2011 15:54 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Nicola,

If you are running this in the viewer there is a url parameter
__pageoverflow that you can set to a number.

public static final int PAGE_OVERFLOW_AUTO = 0;
public static final int PAGE_OVERFLOW_ACTUAL = 1;
public static final int PAGE_OVERFLOW_FITTOPAGE = 2

So try &__pageoverflow=2

Jason

On 3/3/2011 5:46 AM, nicola wrote:
> Hi,
> with birt 2.6.1 is there a way to set PDF export with the option "Fit
> with page" as default instead of "Auto"?
>
> Thank you
> Nicola
Previous Topic:Error in an application integrating report engine
Next Topic:Date comparison not working with Oracle
Goto Forum:
  


Current Time: Sat Apr 20 01:47:58 GMT 2024

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

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

Back to the top