Top "Itext" 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.

Creating a pdf file in android programmatically and writing in it

I'm trying to create a pdf file inside my app, save it on the external storage the open it. Saving …

android file pdf itext android-pdf-api
Java:using apache POI how to convert ms word file to pdf?

By using apache POI how to convert ms word file to pdf? I an using the following code but its …

java itext apache-poi
How do you create a PDF from XML in Java?

At the moment, I'm creating an XML file in Java and displaying it in a JSP page by transforming it …

java xml pdf xslt itext
How to add total page number on every page with iText?

How to add the total page number on every page with iText?

java itext
Convert HTML to PDF in MVC with iTextSharp in MVC Razor

I am trying to convert HTML to PDF with iTextSharp in MVC Razor, but everything I have tried has not …

asp.net asp.net-mvc asp.net-mvc-4 itext html-to-pdf
iText/BouncyCastle ClassNotFound org.bouncycastle.asn1.DEREncodable and org.bouncycastle.tsp.TimeStampTokenInfo

I'm trying to use iText Java. When you run the example "how to sign" the following error occurs: Caused by: …

java exception cryptography itext bouncycastle
How to set a background color of a Table Cell using iText?

While it is of course possible to use BaseColor, by default, it offers very limited choices. I wonder how can …

java pdf itext pdf-generation
Align Paragraph at the center of the page

I am using itext to generate pdf file. I want to align my title in the middle of the page. …

java pdf itext
What is the difference between lowagie and iText?

What is the difference between lowagie and iText? Is this just version difference or an upgrade to the library. Which …

java itext
iTextsharp, PdfPCell.VerticalAlignment and PdfPCell.HorizontalAlignment

Im trying to figure out how to get my text inside a PdfPCell to show in the middle. I have …

c# itext cell vertical-alignment