Search results for: open source
Whilst busy working away on various software at IDR Solutions it occurred to me that it hass been a while since I wrote another... One of my pet annoyances on forums is the number of people who think that the PDF file format is a proprietary format. So... People sometimes try to edit a PDF file by opening the file in a text editor. This very rarely works for 3 reasons. Firstly,... Why do AVIF Images cause issues for Java Developers? ImageIO does not read AVIF file types by default so existing Java Applications will not... Why convert PDF files to HEIC images? A PDF is a vector image (so it is rendered when you display it at whatever size... Java does not support HEIC by default. If you try this code to read or write HEIC image, it will fail. This blog post...