PDFBox Carriage

Allows Konik to use PDFBox for attaching and detaching invoices to PDFs

License

License

Categories

Categories

PDFBox Business Logic Libraries PDF Data
GroupId

GroupId

io.konik
ArtifactId

ArtifactId

pdfbox-carriage
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

PDFBox Carriage
Allows Konik to use PDFBox for attaching and detaching invoices to PDFs
Project Organization

Project Organization

Konik.io
Source Code Management

Source Code Management

https://github.com/konik-io/pdfbox-carriage

Download pdfbox-carriage

How to add to project

<!-- https://jarcasting.com/artifacts/io.konik/pdfbox-carriage/ -->
<dependency>
    <groupId>io.konik</groupId>
    <artifactId>pdfbox-carriage</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.konik/pdfbox-carriage/
implementation 'io.konik:pdfbox-carriage:1.1.0'
// https://jarcasting.com/artifacts/io.konik/pdfbox-carriage/
implementation ("io.konik:pdfbox-carriage:1.1.0")
'io.konik:pdfbox-carriage:jar:1.1.0'
<dependency org="io.konik" name="pdfbox-carriage" rev="1.1.0">
  <artifact name="pdfbox-carriage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.konik', module='pdfbox-carriage', version='1.1.0')
)
libraryDependencies += "io.konik" % "pdfbox-carriage" % "1.1.0"
[io.konik/pdfbox-carriage "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.konik : harness jar 1.0.0
org.apache.pdfbox : pdfbox jar 2.0.6
org.apache.pdfbox : xmpbox jar 2.0.6
javax.inject : javax.inject Optional jar 1

provided (2)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.1
org.openjdk.jmh : jmh-generator-annprocess jar 1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.guava : guava jar 18.0
org.assertj : assertj-core jar 1.6.1

Project Modules

There are no modules declared in this project.

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

io.konik

Konik

Open Source ZUGFeRD Library and Tools

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-RC1
0.8.3
0.8.2
0.8.1
0.8.0