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'm creating a PDF document consisting of text only, where all the text is the same point size and font …
itextsharpWhat is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5.
pdf merge itextsharpI have a template PDF file that has a a PDF form field embedded in. I am using PdfStamper to …
c# .net itextsharpI am trying to use iTextSharp to read/modify PDF metadata. I figured out how to do it using pdfreader …
c# pdf metadata itextsharp xmpI have a PDF file that i am reading into string using ITextExtractionStrategy.Now from the string i am taking …
c# itextsharpI am using iTextSharp in my application to generate a barcode. Though everything is working as I wanted, I need …
c# itextsharp barcodeI am pretty new in iTextSharpt (the iText porting for C#) and I have the following doubt. In my code …
c# asp.net .net itextsharp itextI am using iTextSharp to read text contents from PDF. I am able to read that also. But I am …
c# .net itextsharpIs it possible to bold a single word within a sentence with iTextSharp? I am trying to bold several individual …
c# itextsharpHow can I change the line-height of a PDF font or paragraph using iTextSharp?
c# asp.net pdf itextsharp css