All Stories

Java PDF printing spool file size

Java Printing Services allows Java to provide printing in programs. JPS allows you to print some types of files directly. PDF is not a...
Mark Stephens
1 min read

How to Convert a Java BufferedImage between Colorspaces

The Java BufferedImage class provides a very powerful ‘abstraction’ of images in Java. It lets you create a huge array of image types which...
Mark Stephens
1 min read

How big is a PDF Page in bytes?

We all know how big a PDF file is in bytes, but how big is each page? To answer this, you need to understand...
Mark Stephens
1 min read

What text format and style information is in a…

Because PDF is very much an output and display format it does not contain much text formatting information such as paragraph breaks and spaces...
Mark Stephens
39 sec read

BufferedImage raster data in Java

Most of the time, the abstraction you get in Java is brilliant. It hides the complexity and lets you get on with real-life problem...
Mark Stephens
1 min read