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.

Alter PDF - Text repositioning

Is there any way to shift / move the text inside existing pdf page to some other position? Like there is …

c# pdf itextsharp pdfsharp
Adding Image watermark to Pdf while Creating it using iTextSharp

Wonder if this possible. Saw many posts on adding watermark after the pdf is created and saved in disk. But …

c# asp.net pdf itextsharp watermark
How to add a blank page to a pdf using iTextSharp?

I am trying to do something I thought would be quite simple, however it is not so straight forward and …

c# pdf itextsharp
Reduce paragraph line break height on iTextSharp

How can I reduce the height of a line break which occurs when a paragraph length is too long for …

itextsharp line-breaks paragraph
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
Extracting image from PDF with /CCITTFaxDecode filter

I have a pdf that was generated from scanning software. The pdf has 1 TIFF image per page. I want to …

image pdf itextsharp extract
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
using ITextSharp to extract and update links in an existing PDF

I need to post several (read: a lot) PDF files to the web but many of them have hard coded …

c# c#-4.0 itextsharp
Difference between iTextSharp 4.1.6 and 5.x versions

We are developing a Pdf parser to be used along with our system. The requirement is such that, we store …

pdf licensing itextsharp itext pdf-parsing
Itextsharp set font for IElement

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

c# itextsharp html-to-pdf