David Thielen wrote:
I assume the file I am importing is rotated. But I can't find any method that tells me if that is the case. How do I tell if the page is rotated and then how do I insert it in my non-rotated output pdf?
Instead of getPageSize, use getPageSizeWithRotation. The width and height of the Rectangle that is returned will be the same, but the rotation variable will be set to 90. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
