Uh, who's being rude? Aren't you also the one who made the comment that another poster's code "makes my eyes hurt"?
It appears this list is little more than an effort to promote the book. Most replies seem to fall into one of 3 categories: 1. Buy the book 2. You are stupid 3. Don't bother me with your stupid questions You are not obligated to respond if you do not want to "give away free consultancy". This isn't much of a concern on other open source mailing lists such as Netbean and Tomcat. The general consensus there is to help, not berate. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 1T3XT info Sent: Friday, May 23, 2008 10:38 AM To: Post all your questions about iText here Subject: Re: [iText-questions] some pages are not displaying right Ping Zhang wrote: > > That is the second case, the page with the rotation of 180 degree, but > the page display as upside down, the questions is how do I make it > turn to -180 degree to make it rotation 180 degree, and it is not upside down. If you are too lazy or not schooled enough to do the math, why don't you wrap the PdfImportedPage inside an Image and rotate the image? Image img = Image.getInstance(page); img.setRotationDegrees(180); Then add the image to the canvas. THIS IS ALSO EXPLAINED IN THE BOOK! Instead of being rude saying "this not help at all!", why don't you read the documentation? -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar