hi,
try something like this...

Phrase phrase = new Phrase(new Chunk(Image.getInstance("img.png"), 0, 0) ) ;
Cell cell = new Cell(phrase);
table.addCell(cell);


kahuna


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to