How to handle the case in wich an iText\iTextSharp table is splitted in two pages?
问题 I have the following problem using iTextSharp. I am putting some tables into my document. The problem is that if a table content not fit on a page and go into another page I have that it overwrite the second page header, so I have the following situation: As you can see I am inserting a table at the end of a page and this is splitted in two pages and the second page header is overwrite by the table content. I want to avoid this situation but I don't know how have I to do. I am thinking that