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

Java images – 5 tips for Java ImageIO image…

We have been doing a lot of work recently on images in Java and will be writing a series of articles on JPEG2000 support,...
Mark Stephens
48 sec read

How is text stored in a PDF file?

Text is defined in PDF files by a Font object and a set of TJ commands. So you will see something like this in...
Mark Stephens
55 sec read

What are Hyperlinks in PDF files?

Hyperlinks are external, cliackable links which appear on web pages and other documents and allow you to go web pages or download files. PDF...
Mark Stephens
1 min read