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.

Itextsharp HTMLWorker.Parse error

I have a problem with HTMLWorker.Parse From iTextSharp in a Windows Form program. Everytime when I excecute the code …

c# winforms itextsharp objectdisposedexception
ASP.NET Compiler errors with iTextSharp xmlworkerhelper

I'm trying to write an application that will fire off a series of web reports that I've built in ASP.…

c# asp.net pdf itextsharp xmlworker
Does iTextSharp Handle PDF Compression?

Can iTextSharp compress PDF files? I am looking for a PDF library that can be used in development to compress …

c# pdf compression itextsharp pdfsharp
iTextSharp draw line under text (heading) at a random location on a page

does anyone know how I can draw a line under a heading (a short line of bold text) that may …

itextsharp underline
Save pdf file with user input filename (iTextSharp)

I want to allow user to enter his own file name, just like save file dialog and stream (Example: Stream …

c# winforms itextsharp export-to-pdf
Merging/filling pdf form file with xml data

Let's say I have a pdf form file available at website which is filled by the users and submitted to …

asp.net xml pdf itextsharp livecycle
iTextSharp units

Anyone knows what unit system does iTextSharp uses? My first assumption would be pixels but I'm not sure about it. …

asp.net vb.net itextsharp
Set font for all text from Pdfptable with Itextsharp

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

c# itextsharp pdfptable
How to set Font in itextSharp for HTML to PDF

I have to create run time pdf from html in Web application developed in VB.Net and MSSQL 2005, using itextSharp. …

unicode itextsharp truetype html2pdf indic