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

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

Notifications You must be signed in to change notification settings

konik-io/pdfbox-carriage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages