Amita Bhandari wrote: > HI , > > How can I crop object of com.lowagie.text.Image .
What do you mean by cropping? Scaling or clipping? Either way, the answer is in the book "iText in Action". > Or > How can I convert the object of com.lowagie.text.Image into > BufferedImage object. You don't. It's the other way round. If you have an image (file, bytes,...) you use it to create a BufferedImage object and/or a com.lowagie.text.Image object. > IN all I have to crop object of image class. Rephrase your question so that we don't have to guess what you mean. Why do you have to "crop object of image class"? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
