Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Developers can “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.

Java

How to handle corrupt PDF files

There are several ways to corrupt (or break) a PDF file:- Common issues with corrupted PDF files Broken xref table Corrupted COS objects Content...
Sam Howard
58 sec read

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
59 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

How to set a JButton background

We use a lot of JButtons in our Java PDF viewer and thought that the following observations might be of help to other Java...
Mark Stephens
1 min read