Top "Itextsharp" questions

Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText versions up to 5.5.x. For iText versions from 7.0.0 onwards a separate tag "itext7" is available.

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
Read Check Box, Radio Button Name and values from PDF using iText Sharp

I have a fillable PDF contains CheckBoxes and RadioButtons and TextBox. How do i get the CheckBox Name and its …

c#-4.0 pdf annotations itextsharp acrofields
table width not set in iTextSharp when converting html to PDF

I am trying to convert an html to pdf but the problem i face is that the html table tags …

pdf-generation itextsharp pdf-conversion
Export page content to PDF using a iTextSharp (include buttons and grids)

How to export my aspx page (include buttons and Grids) to PDF? Searching the web I found iTextSharp, but it …

asp.net pdf itextsharp webpage html2pdf
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
Extracting Text from a PDF with CID fonts

I'm writing a web app that extracts a line at the top of each page in a PDF. The PDFs …

pdf fonts itextsharp pdf-extraction
How to resize barcode

I'm using iTextSharp to create Code 39. How can I change the size of the code? I can change only the …

.net itextsharp barcode code39
How to obtain the total page count for a pdf in iTextSharp?

I've created a class that extends PdfPageEventHelper to add a specific message at the end of the page. The problem …

c# asp.net itextsharp footer page-numbering
How to find Blank Page in pdf file

I can not detect blank page in pdf file. I have searched internet for it but could not find a …

c# .net pdf itextsharp pdf-parsing
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