ShadoX 0 Newbie Poster

Hello all,

I need to make a PdfPTable with some cells being split or merged into one. The problem is that I can't seem to find a way of doing that. Could someone please help me with this?

I spent the last hour on Google and couldn't find anything.. :(

[edit] I seem to be able to achieve a similar effect if I add just other tables to the main table, but the problem is that those inner tables don't fit 100% and I can see all of their borders. The problem is that I need the inner table to match the size of the cell it is in so that it looks like one table and not one with many other tables in it.. :s

[edit 2] Goes that I figured it out.. I just make PdfPCells and use setPadding(0) on them after adding the sub table to them. Once I add the cell to my main Table it seems like it would be one table.. Not sure if this is the best way of doing this, but it works.

But still, if someone knows a better way.. please let me know. :)