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

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

PDF processing with Spring Boot (Tutorial)

What is Spring Boot? Spring Boot is a framework for efficiently building production level Java apps. It builds on top of the Spring framework...
Jacob Collins
2 min read

Easily convert PDF to HTML in Java (Tutorial)

PDF to HTML conversion helps improve your PDF content for browser display. BuildVu is one of the leading PDF to HTML solution for developers....
Leon Atherton
1 min read

How to Duplicate Pages in a PDF in Java…

Sometimes you might want to duplicate pages in a PDF. For example, when filling in multiple copies of a form. Our Java PDF toolkit,...
Jacob Collins
50 sec read

How to extract text from a PDF as Markdown

Some PDF files can be “tagged” which means they contain information about the structure of the file. This structure is embedded as metadata within...
Jacob Collins
1 min read

How to read AVIF files in Java (Tutorial)

Why do AVIF Images cause issues for Java Developers? ImageIO does not read AVIF file types by default so existing Java Applications will not...
Mark Stephens
1 min read