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

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
3 min read

PDF to HTML in Java: Step-by-step Tutorial

Converting PDF to HTML in Java means parsing the binary PDF format and producing browser-renderable HTML5, CSS, and font files. This tutorial covers a...
Leon Atherton
8 min read

How to Duplicate Pages in a PDF in Java…

The Java PDF toolkit, JPedal makes duplicating pages in PDF documents an easy task. You might want to duplicate pages when filling in multiple...
Jacob Collins
1 min 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
2 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...
Amy Pearson
1 min read

Java PDF to WebP conversion (Tutorial)

Why convert PDF files to WebP images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
2 min read