Yeah, i have tried using PdfPtable class. But the drawback is that i am not ale to add cells randomly and also rowspan is not specified in PdfPtable class. So i had to use the Table class which has a method addCell(Cell aCell, int row, int column) by which i can add a cell randomly at a specified row and column. This is not available with the PdfPtable class. -- View this message in context: http://www.nabble.com/problem-with-using-the-Table-class-tf2329781.html#a6482631 Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
