Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.15 KB

pdfbox-carriage

Addon for the Konik library allows attaching and extracting XML content to PDFs with the help of PDFBox.

Quick Start

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>

Full documentation

See konik.io/docs for information on how to use Konik or PDFBox-Carriage.

Links

Continuous Integration Server ci.konik.io

Continuous Inspection of code quality sonar.konik.io

Maven Archetypes on Maven Central search.maven.org