All Stories

How to Save Java images as Tifs with JAI

Java makes it very easy to create images as BufferedImages which  can then be saved out in standard image file formats. Here is the...
Mark Stephens
1 min read

An Introduction to PDF Font Technologies

PDF Font Technologies The thing which makes PDF fonts so confusing for many people is the number of different font technologies which can be used...
Mark Stephens
1 min read

Introductory PDF font tutorial

PDF fonts is a tricky subject and one we frequently get asked about. So we have a lot of tutorials on the subject. I...
Mark Stephens
1 min read

Why is pdf text extraction problematic?

PDF text is a subject which causes much confusion. People look at PDF files and they are a fantastic way to present content. If...
Mark Stephens
1 min read

Odd coloured JPEGs in Java with ImageIO

One of the best features about Java is the amount of low-level complexity it removes, allowing you to focus on developing the application. However,...
Mark Stephens
1 min read