pdfptable
iTextSharp: Need help to repeat some columns in the 1st row of the table after page break
I am creating a PDF document using iTextSharp. The document is a bunch of tables. Some of the tables span over a few pages.[详细]
2023-03-28 14:17 分类:问答iTextSharp and moving some data to next page
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)开[详细]
2023-01-19 13:13 分类:问答How can I repeat the headers of an iTextSharp PdfPTable on each page?
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[详细]
2022-12-16 14:13 分类:问答