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