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.

PDF hostContainer callback

Following this SO solution here to notify clients of a click event in a PDF document, how is it possible …

javascript pdf adobe itextsharp acrofields
How can you find a problem with a programmatically generated PDF?

My group has been using the itext-sharp library and C#/.NET to generate custom, dynamic PDFs. For the most part, …

pdf pdf-generation itextsharp ghostscript
iTextSharp AcroField.SetFieldProperty issue

I have AcroField: AcroFields field = stamper.AcroFields; and i'm using these BaseFont and Font settings: string fontName = Path.Combine(Environment.…

c# itextsharp acrofields
Reversing Strings in Right To Left (BiDirectional) Languages in iTextSharp

I'm using iTextSharp( C# iText port) to create pdfs from text/html. Most of my text is in Hebrew, a …

c# itextsharp bidi
Adding form elements to a table with iTextSharp

I'm trying to create a PDF document that is essentially a list of users in a table format. I need …

c# pdf-generation itextsharp pdf-form
footer text and page numbers in itextsharp

I have a PDF document where, usually, each page is stamped with a footer with a page number preceded by …

c# itextsharp pdfptable
Can iTextSharp rasterize/export to JPEG or other image format?

I need to be able to export PDF's that I am creating to JPEG, so that users can have a …

asp.net pdf itextsharp abcpdf mosso
How to extract text with iTextSharp 4.1.6?

iTextSharp 4.1.6 is the last version licensed under LGPL and is free to use in commercial purpose without paying license fees. …

c# itextsharp text-extraction