Mohan Kumar
Mohan Kumar

Reputation: 631

Jasper Reports PDF page width

I'm using Jasper Reports to generate a PDF report. Here, I need to have a PDF of width 600 for first page and width of 1200 for second page. I know that we can set page width and height for the whole document, but is it possible to set width and height for each page?

Upvotes: 0

Views: 2692

Answers (1)

amdg
amdg

Reputation: 2239

The JasperPrint objects does not support mixed page formats. However, I think, there are following work-arounds.

1) You can switch the entire report orientation to Landscape.

2) The other one given here.

Upvotes: 2

Related Questions