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

Manipulate PDF files in the JPedal Viewer

In the latest release of our PDF library JPedal, we added a new ‘tools’ menu to the Viewer. This allows you to make quick...
Jacob Collins
26 sec read

How to remove annotations from PDF files in Java…

The PDF file format is very complex and contains many features to boost interactivity. One such feature is the ability for PDF files to...
Jacob Collins
39 sec read

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)

Cropping pages in a PDF document is useful if you want to remove margins, or focus on a specific section. Unlike image cropping, PDF...
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
39 sec read