toecount can now also merge and extract zugferd PDF files+xml structure

This commit is contained in:
Jochen Stärk
2017-06-10 12:36:58 +02:00
parent 80acdc9972
commit 8612dff895
2 changed files with 116 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>toecount</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<name>ZUGFeRD PDF checker</name>
<description>Shows statistics on how many PDFs in a directory are ZUGFeRD-Compliant</description>
<repositories>
@@ -23,6 +23,22 @@
</repository>
</repositories>
<dependencies>
<!-- jaxb?
javax.xml.bind.JAXBException: Provider com.sun.xml.bind.v2.ContextFactory not found
-->
<!-- >dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.5</version>
</dependency -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.5</version>
</dependency>
<dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>mustang</artifactId>