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.
I have an existing PDF and I can use FdFWriter to input to text boxes. It works well. Now I …
image itextsharpHow can i hide the table border using iTextSharp. I am using following code to generate a file: var document = …
c# .net itextsharpI'm trying to create a footer on each of the pages in a PDF document using iTextSharp in the format …
c# .net pdf itextsharp itextHow do one create PDF in memorystream instead of physical file using itextsharp. The code below is creating actual pdf …
c# itextsharpI understand iTextSharp can be used for converting a document to pdf. But first we have to create a document …
pdf ms-word itextsharp docx docHei guys I have this byte array i want to convert to pdf and make it available for download. Anybody …
c# asp.net-mvc itextsharpI want to convert Pdf pages in Images using ItextSharp lib. Have any idea how to convert each page in …
c# itextsharpHow to merge multiple pdf files (generated on run time) through ItextSharp then printing them. I found the following link …
c# asp.net pdf itextsharp rdlcI’ve been trying to solve this problem for a while now to no avail. I have some text in …
c# itextsharp newlineDoes the library PDFSharp can - like iTextSharp - generate PDF files *take into account HTML formatting *? (bold (strong), spacing (…
c# html pdf itextsharp pdfsharp