Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java

How to Convert CCITT data to TIFF image (Tutorial)

What is CCITT data? CCITT is used to compress black and white image data. Using Huffman encoding, the data is squeezed into a much...
Mark Stephens
1 min read

Java and anti-aliasing

Anti-aliasing is the processes of making the edges of lines on shapes or text less jagged. This is done by fooling the eye –...
Mark Stephens
1 min read

How are PDF files protected?

Access to PDF files can be secured so that not just anyone can open them. This is achieved by encryption – the bytes in...
Mark Stephens
1 min read

How much memory does your Java application use

I wanted to investigate the memory usage of our Java application to see how much memory was being used for a task – in...
Mark Stephens
1 min read

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