Setting image DPI in Java AWT Graphics2D

Graphics2D does not have an option to choose images DPI directly.

July 18, 2022 · Ricardo Delcastanher

Use of Java AWT RenderingHints by PDFBox

How Apache PDFBox uses RenderingHints when rendering PDF to image.

July 15, 2022 · Ricardo Delcastanher

Micro benchmarking in Java with JMH

How Java Microbenchmark Harness works and how to use it in your current project.

July 12, 2022 · Ricardo Delcastanher

The Count 2 Tiff Tag in Java

How to set Tiff tags that receive two short values in Java.

July 8, 2022 · Ricardo Delcastanher

Setting Tiff tags in Java

Create or modify any Tiff header tags when saving it in Java.

July 5, 2022 · Ricardo Delcastanher

Tiff Compression in Java

Choosing the Tiff compression on writing between options available in Java.

July 1, 2022 · Ricardo Delcastanher

Convert PDF to Tiff in Java with Apache PDFBox

One image file per PDF page and multiple pages image file.

June 26, 2022 · Ricardo Delcastanher

Java PDF to Image conversion libraries

List of Java PDF to Image conversion libraries/APIs.

June 25, 2022 · Ricardo Delcastanher

Pure Maven Java project with dependencies

For when you just want to test a Maven dependency in pure Java.

June 25, 2022 · Ricardo Delcastanher

Hosting Hugo at GitHub Pages

A step-by-step guide for Hugo users to start hosting on GitHub Pages.

June 24, 2022 · Ricardo Delcastanher