All Stories

What is the minimum version of Java to support?

With a new version of Java released every 6 months, and Java 17 just out, this has become a much more challenging decision. If...
Mark Stephens
1 min read

Entreprenerd by Bruno Lowagie reviewed

If you work with PDF files, the chances are you will have heard of Itext. Even if you have never heard of iText, you...
Mark Stephens
1 min read

Do developers still read books?

Do developers still read? Now, you might think this is a silly question… of course developers read! However, the real question is do they...
Alicia
6 min read

Java PDF to PNG conversion (Tutorial)

Why convert PDF files to PNG images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
1 min read

How to Rasterize PDF files in Java (Tutorial)

In this tutorial we show you how to rasterize a PDF file into an image in Java. You will need an external library to...
Mark Stephens
45 sec read