Is there a way to set different page styles with Flying Saucer/iText? I need to have the first couple of pages in landscape, then switch to portrait at a certain page and out.
Any ideas?
|
|
|
Nevermind, found the answer. For anyone interested, this is how you do it:
voilá! |
|||
|
|
|
For anyone still stuck with the problem Derek mentioned, I've found that I need to explicitly set a width on the element that is switching its layout. So with the example div
it will correctly format a portrait page followed by a landscape page, but the content in landscape page will only be as wide as the portrait page, even if the @page land declaration contains a width. What I needed was to set the width directly on the div that has the relevant class applied, so the declaration is something more like
Be careful though that the width should take into account any margins or padding applied via the @page declaration block. |
|||
|
|