Aloizio Pereira da Silva wrote:
As far as I have followed the conversation, I understand that you add both PdfPTables at absolute positions. You have chosen these positions. There is nothing 'automatic' about it.I am use PdfPTable. I can have some table that dinamically grows. I am sending a pdf file attached that draws the problem. In this case I have one table over other table. How I can automatically shift the second table? I intend to avoid this.
If you want to avoid both tables to overlap, you should retrieve the coordinates of the table you are adding first with a TableEvent. Before adding the second table, you should check if you are not adding it inside the coordinates of the first one.
I thought this was already answered. It seems quite evident to me. Sorry if I misunderstood the question.
br,
Bruno
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
