Top "Pdfptable" questions

Table class used by iTextPdf (iText and iTextSharp) versions 5.x for generating tables

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, …

itextsharp pdfptable
The table width must be greater than zero exception when using nested tables

I am trying to use nested tables with iText. I get a DocumentException: The table width must be greater than …

nested itext pdfptable
How to define a default font to create a PDF with a PdfPTable and the PdfAWriter class from iText 5.3.3 library

I'm working with the library iText 5.3.3 and i wan't to create a PDF with the class PdfAWriter which needs to …

fonts itext pdfptable
How to make the table non breaking using iTextSharp

I am having a table PdfPTable tblSummary = new PdfPTable(1); And it does have 2 tables nested within it. How can I …

c# itextsharp pdfptable
How to fill a PdfPTable column by column instead of row by row, using iText

I am using Java with iText in order to generate some PDFs. I need to put text in columns, so …

java itext pdfptable
iTextSharp PdfPCell Alignment with Chunk

I am creating a PDF programmatically using iTextSharp and generating a PdfPTable. In some of the cells I need to …

c# itextsharp pdfptable
table row is getting started from the new page in itext pdf

I am using PdfPTable to create a table in pdf.I have a single row in the table.In my …

pdf itext pdfptable
footer text and page numbers in itextsharp

I have a PDF document where, usually, each page is stamped with a footer with a page number preceded by …

c# itextsharp pdfptable