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.

Changing text line spacing

I'm creating a PDF document consisting of text only, where all the text is the same point size and font …

itextsharp
Merging PDFs with ITextSharp

What is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5.

pdf merge itextsharp
Set page margins with iTextSharp

I have a template PDF file that has a a PDF form field embedded in. I am using PdfStamper to …

c# .net itextsharp
Read/Modify PDF Metadata using iTextSharp

I am trying to use iTextSharp to read/modify PDF metadata. I figured out how to do it using pdfreader …

c# pdf metadata itextsharp xmp
Getting Coordinates of string using ITextExtractionStrategy and LocationTextExtractionStrategy in Itextsharp

I have a PDF file that i am reading into string using ITextExtractionStrategy.Now from the string i am taking …

c# itextsharp
Barcode with Text Under using ItextSharp

I am using iTextSharp in my application to generate a barcode. Though everything is working as I wanted, I need …

c# itextsharp barcode
How can add space\margin between two elements in iTextSharp\iText?

I am pretty new in iTextSharpt (the iText porting for C#) and I have the following doubt. In my code …

c# asp.net .net itextsharp itext
how can i get text formatting with iTextSharp

I am using iTextSharp to read text contents from PDF. I am able to read that also. But I am …

c# .net itextsharp
Bold a single word within a sentence with iTextSharp

Is it possible to bold a single word within a sentence with iTextSharp? I am trying to bold several individual …

c# itextsharp
How to set PDF paragraph or font line-height with iTextSharp?

How can I change the line-height of a PDF font or paragraph using iTextSharp?

c# asp.net pdf itextsharp css