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.

Could not load file or assembly 'itextsharp' or one of its dependencies

Trying to follow this tutorial for RazorPDF, and I don't know why am I getting the following error message: Very …

c# asp.net-mvc itextsharp razorpdf
iTextSharp: SplitLate/SplitRows?

I have an issue where I have a table (PdfPTable) that may extend past the length of the page. I …

split itextsharp page-break pdfptable
FileOutputStream equivalent

I am trying to rotate a pdf 180 degrees and I am using the ITextSharp library to do so. The code …

c# pdf itextsharp fileoutputstream
Is it possible to modify PDF Form Field Names?

Here's the situation. I have a PDF with automatically generated pdf form field names. The problem is that these names …

.net pdf itextsharp abcpdf
Convert HTML file to PDF file using ITextSharp

I'd like to accomplish the following: Given the path name of an html file, and the desired pathname of a …

c# html pdf itextsharp pdf-conversion
iTextSharp - Use Colspan with PdfPRow

I am able to create multiple rows if they contain the same number of columns: table = new PdfPTable(3); var firstRowCell1 = …

pdf-generation itextsharp rows pdfptable
Sign PDF with iTextSharp 5.3.3 and USB token

I'm new to iTextSharp (and StackOverFlow). I'm trying to sign a PDF in C# using external USB token. I try …

c# pdf usb itextsharp sign
Cannot access the file because it is being used by another process

My web method creates a pdf file in my %temp% folder and that works. I then want to add some …

c# asp.net itextsharp pdfstamper
Can iTextSharp convert PDF document to PDF/A

I cannot locate within the FAQ whether this functionality exists in the API although its mentioned in a book as …

pdf itextsharp pdfa
How to calculate the correct image size in out pdf using itextsharp?

I' am trying to add an image to a pdf using itextsharp, regardless of the image size it always appears …

itextsharp dpi