Skip to content

Commit

Permalink
Merge pull request #21 from swsch/master
Browse files Browse the repository at this point in the history
Update "Run" examples to match current release.
  • Loading branch information
jstaerk authored Jul 8, 2019
2 parents 20f6f5b + a9fd587 commit e626143
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ Originally this was intended as VeraPDF plugin in which case you had to install

## Run

`java -jar target/ZUV-0.4.2-SNAPSHOT.jar -f <filename of ZUGFeRD PDF.pdf>`
To check a PDF file for ZUGFEeRD conformance use

`java -jar ZUV-0.7.0.jar --action validate -z <filename of ZUGFeRD PDF.pdf>`

If you just want to check an XML file use

`java -jar ZUV-0.7.0.jar --action validate -x <filename of ZUGFeRD invoice.xml>`



## Output
Expand Down

0 comments on commit e626143

Please sign in to comment.