Integrate it into your project - Patr1ick/fxPDF GitHub Wiki

There are currently two ways to link this library into your project.

.jar-File

You can download the jar file here and add this to your project. You will sure find a tutorial for your favourite IDE in the internet, how to include a .jar dependency into a project.

Build it with maven

You can clone this project and run the command mvn install. This will add it into your local maven repository, so that you can include it into your pom.xml:

<dependency>
    <groupId>eu.patrickgeiger</groupId>
    <artifactId>fxPDF</artifactId>
    <version>1.0</version>
</dependency>

Maven will first search the dependency in the local repository and if it does not find it, it will search in the Maven Central, where this library is not provided at the moment!

⚠️ **GitHub.com Fallback** ⚠️