I am creating an iTextSharp PdfPTable object that will later be passed to Document.Add () to fill in a PDF file.
I'm losing my mind trying to figure out how to go to the next page. Can anyone advise how to format the table and start the text with what will be displayed on the next page after filling out the DPF document?
Thanks in advance!
Found two solutions:
1) Re-creating a new table, launching document.NewPage()and document.Add()every time I had to go to a new page.
document.NewPage()
document.Add()
2) PDFdWriter PageEvent pdfWriter.PageEvent.
pdfWriter.PageEvent