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.

   



191 Stories by Mark Stephens

How to extract text from PDF files in Java (Tutorial)

This tutorial shows you how to extract text from a PDF file in simple steps using JPedal Java PDF library. It covers different formats...
1 min read

Java PDF to Image conversion (Tutorial)

Do you need to convert your PDF files to images in Java? PDF files are not directly supported in Java but you can solve...
1 min read

How to read PDF metadata in Java (Tutorial)

As someone who works with PDFs, it is not straightforward to view PDF metadata since it is not directly supported by Java. This tutorial...
2 min read

How to read JPEG XL images in Java (Tutorial)

In this article, I will show you how to read JPEG XL images in Java. JPEG XL is a relatively new format so it...
1 min read

How to write WebP images in Java (Tutorial)

How to write a WebP image with ImageIO Download webp-imageio plugin and add it to your classpath. Create a File (or OutputStream) object Pass...
1 min read

How to convert PDF to HTML (Tutorial)

In this article I will show you how you can use our PDF files to HTML API to convert documents to HTML with our...
4 min read