Mark Stephens

  https://www.idrsolutions.com Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

   



187 Stories by Mark Stephens

How to write HEIC image files in Java with JDeli

In this article, I will cover how to write out images as Heic files in Java. We also have a related article covering how...
37 sec read

How to setup SonarQube

This article shows you how to setup the excellent free code quality tool SonarQube. There are many different ways to set up SonarQube, depending...
1 min read

How to find PDF page size in Java

PDF files are not directly supported by Java. This tutorial shows you how to extract PDF page size (height and width) from a PDF...
44 sec read

How to search a PDF file in Java

PDF files are not directly supported in Java. This tutorial shows you how to search the text content in a PDF file in simple...
39 sec read

How to extract clipped images from PDF file in Java

PDF files are not directly supported by Java. This tutorial shows you how to extract clipped images from a PDF file in 5 simple...
45 sec read