Re: [iText-questions] PdfTable with a cell with image and text...

2006-09-22 Thread bruno
Paolo Scaffardi wrote: >I have some problem with images inside PdfTable cells. > >This is part of my code: > >public PdfPCell getCell(String text, URL iconUrl) { > PdfPCell cell = new PdfPCell(); > if (text != null) { > Phrase phrase = new Phrase(text); > ce

[iText-questions] PdfTable with a cell with image and text...

2006-09-22 Thread Paolo Scaffardi
Hi there! This is my first message here... i've been using iText to convert my java JTable objects to PDF. I have some problem with images inside PdfTable cells. This is part of my code: public PdfPCell getCell(String text, URL iconUrl) { PdfPCell cell = new PdfPCell(); if (text