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 want to do the following with iText: (1) parse an existing PDF file (2) add some data to it, on the …
java pdf itextThe title sums it all. I want to add a text to an existing PDF file using iTextSharp, however i …
c# asp.net pdf itext pdf-generationDoes anyone know if it is possible to convert a HTML page (url) to a PDF using iText? If the …
html pdf itextI am using Spring MVC .I have to write a service that would take input from the request body, add …
java spring spring-mvc itext responseI am creating a PDF using iText. I want to insert blank lines between paragraphs and tables. How can I …
itextI'm trying to create a footer on each of the pages in a PDF document using iTextSharp in the format …
c# .net pdf itextsharp itextI am trying to generate a dynamic PDF file through the following servlet. import java.io.*; import javax.servlet.ServletException; …
java itext weblogic8.xI am using iText library for generating pdf files in Java. I am writing data in pdfptable , how can I …
java itext