Re: [iText-questions] rotation issues

2012-01-20 Thread Stephen More
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

[iText-questions] rotation issues

2012-01-19 Thread Stephen More
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