iText is a library for creating and manipulating PDF files in Java. It was written by Bruno Lowagie, Paulo Soares, and others.

iText

How to Read PDF files in Java (Step-by-Step Guide)

TL;DR Java has no native PDF support, so you need a library. Apache PDFBox is free and adequate for basic extraction, and iText adds...
Jacob Collins
3 min read

iText Alternative (and when you should consider one)

When it comes to finding an iText alternative, a name that often pops up is JPedal. Both libraries offer robust features for handling PDFs,...
Jacob Collins
2 min read

How to convert an image to a PDF in…

In a previous post I looked at why you might want to convert a PDF file to an image (you can use JPedal to...
Bethan Palmer
1 min read

How to create your own test certificates and keys…

From a practical point of view you need one of two sort of files in order to sign something.  Either a keystore file or...
Daniel
1 min read

PDF mystery – what is the correct value for…

I came across an interesting issue with PDF Text fields while debugging a file this week. We were sent a 2 page document created...
Chris Wade
1 min read