OK, i should read examples and itext bible better, before post questions :-D

> Image logo = Image.getInstance("/path/to/my/gif");
> Cell cell = new Cell("");
> cell.setBorderWidth(0);
> cell.addElement(logo);
> table.addCell(cell);
> ...
>
> Is there a way to resize the image?
> Or i need to use additional library like JIMI from Sun?

I solve using
..
logo.scaleAbsolute(50,50);
...

Regards
Mirco

-------------------------------------------------------------------------
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

Reply via email to