How do I rotate the second page of my PdF when I’m using iText.
The first and other pages I would like to stay in the same orientation.
I know of …
Document document = new Document(PageSize.A4.rotate(), 50, 50, 50, 50);
But that will rotate everything.
From http://itextpdf.com/examples/iia.php?id=232 :