Addon for the Konik library allows attaching and extracting XML content to PDFs with the help of PDFBox.
Place the pdfbox-carriage.jar
next to Konik in your classpath. Konik will discover any existing PDF-Carriages and use it.
make sure there is only one PDF-Carriage in your classpath.
<dependencies>
<dependency>
<groupId>io.konik</groupId>
<artifactId>konik</artifactId>
<version>x.y.z</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>io.konik</groupId>
<artifactId>pdfbox-carriage</artifactId>
<version>x.y.z</version>
</dependency>
</dependencies>
See konik.io/docs for information on how to use Konik or PDFBox-Carriage.
Continuous Integration Server ci.konik.io
Continuous Inspection of code quality sonar.konik.io
Maven Archetypes on Maven Central search.maven.org