How can I resize the tiff images( big or small) before\after converting
the images to pdfs?
scale_width = 750
scale_height = 550
img_x = 30
img_y = 85
double width_adjustment = (scale_width - img.scaledWidth())/ 2
double height_adjustment = (scale_height - img.scaledHeight())/ 2
img.setAbsolutePosition(img_x + (int) width_adjustment,
img_y + (int)
height_adjustment)
Thanks
Sankar Mukherjee
AXA Equitable
212-314-2562
[EMAIL PROTECTED]P Please consider the environment before printing this e-mail. ********************************************************************** Confidentiality Note: This message and any attachments may contain legally privileged and/or confidential information. Any unauthorized disclosure, use or dissemination of this e-mail message or its contents, either in whole or in part, is prohibited. If you are not the intended recipient of this e-mail message, kindly notify the sender and then destroy it. **********************************************************************
<<logo_gauche.jpg>>
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ 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
