Skip to content

quarkiverse/quarkus-itext

Repository files navigation

Quarkus iText/OpenPDF


Version License Build

All Contributors

Overview

A Quarkus extension that lets you utilize iText or OpenPDF to create and manipulate PDFs on the fly.

💡 The pure iText version is a fork of iText 2.1.7 version, the last version under Mozilla Public License Version 2.0

Getting started

Read the full iText/OpenPDF documentation.

Prerequisite

  • Create or use an existing Quarkus application
  • Add the iText or OpenPDFextension with the Quarkus CLI:
quarkus ext add io.quarkiverse.itext:quarkus-itext

or

quarkus ext add io.quarkiverse.openpdf:quarkus-openpdf

Or add to your pom.xml directly:

<dependency>
    <groupId>io.quarkiverse.itext</groupId>
    <artifactId>quarkus-itext</artifactId>
    <version>{project-version}</version>
</dependency>
<dependency>
    <groupId>io.quarkiverse.openpdf</groupId>
    <artifactId>quarkus-openpdf</artifactId>
    <version>{project-version}</version>
</dependency>

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Melloware
Melloware

💻 🚧
George Gastaldi
George Gastaldi

🚇
Alberto Fernández
Alberto Fernández

💻

This project follows the all-contributors specification. Contributions of any kind welcome!