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 are carriage returns, spaces and other gaps defined…

One of the biggest issues within PDF files we find is  the use of carriage returns, spaces and line feeds as gaps with the...
Mark Stephens
1 min read

Java JAI image-io jpeg 2000 Memory Leak fix

One of our customers sent in a support request regarding a memory leak which was assigned to me to investigate.  It actually turned out...
Daniel
1 min read

How to create your own test certificates and keys…

From a practical point of view you need one of two sort of files in order to sign something.  Either a keystore file or...
Daniel
1 min read

How to Compare PDF files

Asking how to compare PDF files is a frequent question on the PDF forums. It is important to understand what you are trying to...
Mark Stephens
1 min read

How to print PDF files from Java (Tutorial)

Printing PDF files from Java is something that raises a lot of general questions, so this short article is a general guide to the...
Mark Stephens
1 min read