https://github.com/konik-io/pdfbox-carriage
Addon for the Konik library allows attaching and extracting XML content to PDFs with the help of PDFBox
https://github.com/konik-io/pdfbox-carriage
konik pdfbox zugferd
Last synced: 5 months ago
JSON representation
Addon for the Konik library allows attaching and extracting XML content to PDFs with the help of PDFBox
- Host: GitHub
- URL: https://github.com/konik-io/pdfbox-carriage
- Owner: konik-io
- Archived: true
- Created: 2014-08-22T21:36:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T17:02:13.000Z (over 4 years ago)
- Last Synced: 2025-07-22T10:39:58.882Z (11 months ago)
- Topics: konik, pdfbox, zugferd
- Language: Java
- Homepage: http://konik.io
- Size: 1.27 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
```xml
io.konik
konik
x.y.z
io.konik
pdfbox-carriage
x.y.z
```
Full documentation
-------------
See [konik.io/docs](http://konik.io/docs) for information on how to use Konik or PDFBox-Carriage.
Links
-------------
Continuous Integration Server [ci.konik.io](http://ci.konik.io)
Continuous Inspection of code quality [sonar.konik.io](http://sonar.konik.io)
Maven Archetypes on Maven Central [search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.konik%22)