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

Mastering Server-Side PDF Processing in Java

The Hidden Risks in Server-Side PDF Processing PDFs are the lifeblood of enterprise document workflows, but processing them at scale on a server is...
Jacob Collins
2 min read

How to crop a PDF file in Java (Tutorial)

Our Java PDF library JPedal contains a powerful PDF Manipulator which you can use to crop PDF files as well as performing other common...
Jacob Collins
36 sec read

How to Convert AVIF to JPG in Bulk (Tutorial)

If you’re working with a large number of AVIF files, converting them to JPG in bulk can streamline your workflow, especially when the JPG...
Amy Pearson
1 min read

How to write AVIF image files in Java (Tutorial)

In this article, I will cover how to write out images as AVIF files in Java. We also have a related article covering how...
Mark Stephens
41 sec read

How to add AI to the JPedal Viewer (Tutorial)

The JPedal Viewer is the best Java PDF Viewer because it so easily customizable. JPedal provides access to the underlying Swing components which allows...
Jacob Collins
1 min read

Working with Images in Java

Java developers working with Image files have limited options. Since starting the company in 1999, we’ve been frustrated by the limited options available for...
Amy Pearson
2 min read