[iText-questions] Change Font from a row in a created PdfPTable

2008-04-21 Thread pepwallace
Hi, I receive a PdfPTable from a method and in some cases I need to put the text of the last table row in bold. Is there any way to do this ? I tried to get the row by this way : ... PdfPRow row = table.getRow(lastRow); ... But I have read that we don´t have to use this class directly. It

Re: [iText-questions] Image desn´t appear when viewing PDF with PDFRenderer

2008-04-18 Thread pepwallace
method of com.lowagie.text.Image : String pathToImg = "c:\\tmp\logo.jpg"; java.awt.Image awtImage = Toolkit.getDefaultToolkit().createImage(pathToImg); logoImg = Image.getInstance(awtImage, null); pepwallace wrote: > > > I know that the bug is from PDFRenderer

Re: [iText-questions] Image desn´t appear when viewing PDF with PDFRenderer

2008-04-17 Thread pepwallace
I know that the bug is from PDFRenderer code but I have generated the same PDF with FOP and I can print the PDF ok with PDFRenderer ... pepwallace wrote: > > Hi there, > > > > I have generated a PDF with iText. It has a header and a table. The header > has a 3 col