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 does Java handle different Images and ColorSpaces – Part 1

One of the attractions of Java is the way it abstracts and simplifies many programming constructs. In place of Tiffs, PNGs, JPEGs and other...
1 min read

What are the WMF and EMF Image File formats?

What is an EMF file? EMF is a large metadata Windows file format designed to store high resolution images for high-quality image printing. It...
57 sec read

How to use JDeps with multi-jars in Java

If you have followed previous instalments, you will know we have used JDeps to create a multi-jar file version of our JPedal Java library....
1 min read

How to find deprecated methods in Java

A Java deprecated method is one that should not be used because it is going to be removed (and often there is a better,...
1 min read

How to create a module-info file with JDeps

In this article, I am going to work through adding modules support to an existing Java application. I am using our JPedal (our Java...
2 min read