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.
I have a requirement to open an existing pdf file and need to add some comments or edit existing content …
c# pdf itextsharp pdfclownIs the iTextSharp DLL free to use and redistribute with my web application project which i will be selling?
c# licensing itextsharp gnuI am trying to fill up a form with ITextsharp, and trying out the following code to get all the …
c# forms pdf itextsharp fillCan anyone suggest me a a nice book or API document for iTextSharp , I have been struggling while understanding the …
itextsharpI need to sign a PDF document using a certificate that exists in the Windows Certificate Store. I have been …
c# pdf certificate itextsharp signingI need sample code in C# to insert the background image on all pages of the finished pdf-document. I'm using …
c# sharepoint-2010 pdf-generation itextsharpBackground: I have PDF's I am programmatically generating. I need to be able to send the PDF directly to a …
c# pdf itextsharp ghostscript embedded-fontsHow can I get iTextSharp to repeat the headers of a PdfPTable on each page of the generated PDF?
row itextsharp repeat pdfptable tableheaderI have a C# application that generates a PDF invoice. In this invoice is a table of items and prices. …
c# itextsharpI have a table in asp.net page,and trying to export it as a PDF file,I have couple …
c# asp.net itextsharp export-to-pdf