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
4 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
1 min 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)

TL;DR Java’s ImageIO does not support AVIF output. To add AVIF support to ImageIO, you can use the Open source vavi-image-avif plugin (which is...
Amy Pearson
4 min 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
3 min read

Working with Images in Java

Here’s the full block, ready to paste as one piece — corrected schema plus the body content, which already had the right hrefs (only...
Amy Pearson
7 min read