Sorry for the delay...

I'm providing a piece of my code

for (this.line= 0; this.line< _jTable.getRowCount(); this.line++)
   for (this.column= 0; this.column< _jTable.getColumnCount(); this.column++)
     logo = new PdfPCell(new Paragraph(_jTable.getValueAt(this.line, 
this.column).
     table.addCell(
   }
}

_jTable is a component where i get my values, then i insert it into a PdfPCell, 
then into a table (which is a PdfPTable).

Hope someone helps me.

Regards.
C ya.
                                          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to