Top "Pdfptable" questions

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

how to set width for PdfPCell in ItextSharp

i want set width for PdfpCell in Table, i want design this i Write this code PdfPCell cell; PdfGrid tableHeader; …

c# itextsharp pdfptable
How to Set Height of PdfPTable in iTextSharp

i downloaded the last version of iTextSharp dll. I generated a PdfPTable object and i have to set it's height. …

height itextsharp pdfptable
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?

row itextsharp repeat pdfptable tableheader
iTextSharp: SplitLate/SplitRows?

I have an issue where I have a table (PdfPTable) that may extend past the length of the page. I …

split itextsharp page-break pdfptable
iTextSharp - Use Colspan with PdfPRow

I am able to create multiple rows if they contain the same number of columns: table = new PdfPTable(3); var firstRowCell1 = …

pdf-generation itextsharp rows pdfptable
How to change the width of a cell?

I need your help in setting the length of a cell's bottom border. Currently, it is showing the bottom border …

java pdf-generation itext pdfptable
iText combining rowspan and colspan - PDFPTable

Working on a calendar projcet and using iText to generate a pdf to print appointments. I can plot a cell …

java pdf itext pdfptable
How to set width for PdfPTable and align table center in page

i'm starter in iTextSharp, i write this code for create RoundRectangle into PdfPTable and align table in page center string …

c# itextsharp pdfptable
How to give margin left to table in itextsharp

I am using these code ...my tables are sticked to left side of document as i havent given any paddings …

c# itextsharp pdfptable
Set font for all text from Pdfptable with Itextsharp

var htmlarraylist = HTMLWorker.ParseToList(new StringReader(htmlText), styles); document.Open(); BaseFont Vn_Helvetica = BaseFont.CreateFont(@"C:\Windows\Fonts\arial.ttf", "…

c# itextsharp pdfptable