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

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

Why is white a special color in PDF files?

White is a special color in the PDF file format. This is because of the way different colours work in the PDF file format....
Mark Stephens
1 min read

7 ways to navigate around a PDF file

Update: You can see all these modes in action on Youtube. A PDF file is a multipage document which can contain many pages. Unlike...
Mark Stephens
1 min read

What Java Developers need to know about PDF Files?

PDF stands for portable document format and is the world’s most popular file format. So it’s likely to be one that Java Developers need...
Mark Stephens
2 min read