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.

Extract images using iTextSharp

I have been using this code with great success to pull out the first image found in each page of …

itextsharp
iTextSharp center align objects within the Document object

Is there a quick and simple way to center align objects within the Document object? Without performing any calculation logic, …

c# .net itextsharp
How can I convert image url to system.drawing.image

I'm using VB.Net I have an url of an image, let's say http://localhost/image.gif I need to …

c# asp.net .net vb.net itextsharp
Render PDF in iTextSharp from HTML with CSS

Any idea how to render a PDF using iTextSharp so that it renders the page using CSS. The css can …

c# html pdf itextsharp
Adding absolute positioned text

I'm trying to generate a letter, leaving an empty spot and then paste over the top of it the address, …

itextsharp
Itextsharp text extraction

I'm using itextsharp on vb.net to get the text content from a pdf file. The solution works fine for …

c# itextsharp
iTextSharp - Sending in-memory pdf in an email attachment

I've asked a couple of questions here but am still having issues. I'd appreciate if you could tell me what …

c# email pdf itextsharp
itextsharp: what is the height of a regular PDF page in pixels?

What is the height of a regular PDF page in pixels? I heard it was something like this: Dim pgSize …

vb.net pdf itextsharp
iTextSharp - Is it possible to set a different font color for the same cell and row?

I am using the iTextSharp.dll with the following code: var Title = "This is title"; var Description = "This is description"; …

c# asp.net pdf itextsharp
How to Set Height of PdfPTable in iTextSharp

i downloaded the last version of iTextSharp dll. I generated a PdfPTable object and i have to set it's height. …

height itextsharp pdfptable