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.

How can I insert an image with iTextSharp in an existing PDF?

I have an existing PDF and I can use FdFWriter to input to text boxes. It works well. Now I …

image itextsharp
Hiding table border in iTextSharp

How can i hide the table border using iTextSharp. I am using following code to generate a file: var document = …

c# .net itextsharp
iTextSharp Creating a Footer Page # of #

I'm trying to create a footer on each of the pages in a PDF document using iTextSharp in the format …

c# .net pdf itextsharp itext
Create PDF in memory instead of physical file

How do one create PDF in memorystream instead of physical file using itextsharp. The code below is creating actual pdf …

c# itextsharp
iTextSharp - Convert word doc/docx to pdf

I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document …

pdf ms-word itextsharp docx doc
How to convert pdf Byte[] Array to downloadable file using iTextSharp

Hei guys I have this byte array i want to convert to pdf and make it available for download. Anybody …

c# asp.net-mvc itextsharp
Convert Pdf file pages to Images with itextsharp

I want to convert Pdf pages in Images using ItextSharp lib. Have any idea how to convert each page in …

c# itextsharp
How to merge multiple pdf files (generated in run time)?

How to merge multiple pdf files (generated on run time) through ItextSharp then printing them. I found the following link …

c# asp.net pdf itextsharp rdlc
Adding a New Line in iTextSharp

I’ve been trying to solve this problem for a while now to no avail. I have some text in …

c# itextsharp newline
Generate PDF based on HTML code (iTextSharp, PDFSharp?)

Does the library PDFSharp can - like iTextSharp - generate PDF files *take into account HTML formatting *? (bold (strong), spacing (…

c# html pdf itextsharp pdfsharp