Quarkus PDFBox

This extension provides support for Apache PDFBox. It allows you to create and manipulate PDF documents and forms programmatically and compile to native code with GraalVM.

Installation

If you want to use this extension, you need to add the io.quarkiverse.pdfbox:quarkus-pdfbox extension first to your build file.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>io.quarkiverse.pdfbox</groupId>
    <artifactId>quarkus-pdfbox</artifactId>
    <version>1.0.0</version>
</dependency>