Now your customers can view pages inside a PDF at a lightning speed!

Find out how one company did it with BuildVu

buildvu advertisement image

All Stories

How to Rasterize PDF files in Java (Tutorial)

In this tutorial we show you how to rasterize a PDF file into an image in Java. You will need an external library to...
Mark Stephens
45 sec read

How to test image performance of Java libraries with…

What is JMH? Java Microbench mark Harness is a very nice, free tool which allows you to create Java performance tests. This set of...
Mark Stephens
1 min read

How to write HEIC image files in Java (Tutorial)

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

How to display base64 images in HTML (Tutorial)

When creating HTML files you can display base64 images by several means using local images, external URLs, and by embedding the image as base64...
Kieran France
1 min read

How to embed base64 images in SVG (Tutorial)

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
1 min read

How to setup SonarQube

This article shows you how to setup the excellent free code quality tool SonarQube. There are many different ways to set up SonarQube, depending...
Mark Stephens
1 min read