i'm trying to create a pdf file with PdfPTables. But i have a problem. i want to prevent table split at the end of page. If the table is going to split then i want to add this table to a new page. How can i achieve this.
I search that there is a writer.FitsPage method but it is only accepting Table parameter not PdfPTable.