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