I am creating a PDF document using iTextSharp. The document is a bunch of tables. Some of the tables span over a few pages.
I am creating an invoice using the iTextSharp. That displays nicely but sometime, when invoice items are larger in qty, the summary portion (which displays subtotal, tax, discounts, grand total etc)开
How can I get iTextSharp to repeat the headers of a PdfPTable on each page of the开发者_开发知识库 generated PDF?You just need to set the PdfPTable.HeaderRows property to the number of rows in your Pd