Re: [iText-questions] PdfPCells and Images--sizing and spacing

2007-02-20 Thread Bruno Lowagie
Charles W.Stanton wrote: > If I add an image (barcode in this case) directly to the inner cells, it > always > expands to the full width of the cell (growing proportionally such that it's > now > too tall). There are difference PdfPCell constructors. Look them up in the API and use the one that

[iText-questions] PdfPCells and Images--sizing and spacing

2007-02-19 Thread Charles W . Stanton
I have searched in the archives, but I haven't found a posting that quite addresses my concerns. I start with a PdfPTable to layout my page. Into a PdfPCell, I put another PdfPTable to layout the contents of the cell. Inside that table are a couple cells that define cell padding. If I add an im