Skip to main content

Installation

PDFixa is distributed via Maven Central. No extra repositories are required.

Maven

Add the dependency to your pom.xml:

<dependency>
<groupId>dev.offixa</groupId>
<artifactId>pdfixa</artifactId>
<version>1.0.0</version>
</dependency>

Gradle (Groovy)

implementation 'dev.offixa:pdfixa:1.0.0'

Gradle (Kotlin DSL)

implementation("dev.offixa:pdfixa:1.0.0")

Requirements

RequirementValue
Java17 or later
Transitive dependenciesNone
DistributionMaven Central

No extra repositories, no native libraries, no runtime agents — just one JAR.

After adding the dependency, follow the Quick Start guide to create your first PDF.