Skip to content

Commit

Permalink
Update "Run" examples to match current release.
Browse files Browse the repository at this point in the history
  • Loading branch information
swsch authored and Stefan Schmiedl committed Jul 8, 2019
1 parent 3d4433a commit a9fd587
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 a9fd587

Please sign in to comment.