Search results for: open source

How to setup the Red Hat OpenShift cloud

Whilst busy working away on various software at IDR Solutions it occurred to me that it hass been a while since I wrote another...
Georgia Ingham
4 min read

Is the PDF file format Open and Free?

One of my pet annoyances on forums is the number of people who think that the PDF file format is a proprietary format. So...
Mark Stephens
1 min read

Why can’t I just open and edit a PDF…

People sometimes try to edit a PDF file by opening the file in a text editor. This very rarely works for 3 reasons. Firstly,...
Mark Stephens
1 min read

How to read AVIF files in Java (Tutorial)

Why do AVIF Images cause issues for Java Developers? ImageIO does not read AVIF file types by default so existing Java Applications will not...
Mark Stephens
1 min read

Java PDF to HEIC conversion (Tutorial)

Why convert PDF files to HEIC 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 Add HEIC Support to Java App

Java does not support HEIC by default. If you try this code to read or write HEIC image, it will fail. This blog post...
xinyu zhang
2 min read