I have solved my issue by switching to com.itextpdf.text.pdf.PdfCopy.
I no longer need a separate rotate process, but if I did
com.itextpdf.text.pdf.PdfDictionary and
com.itextpdf.text.pdf.PdfStamper will rotate.
On Thu, Jan 19, 2012 at 12:34 PM, Stephen More wrote:
> I have tried multiple ways
I have tried multiple ways to rotate the content of a page using
5.1.3, but nothing seems to be working for me. I either get a blank
page, or no difference.
current working code:
com.itextpdf.text.pdf.PdfDictionary pageDict =
reader.getPageN( pageNum );
com.itextpd