Merge XMPMetadata and try making the PDF more compliant if it isn't already

This commit is contained in:
Stefan Klinke
2020-11-16 17:34:49 +01:00
parent 8ddfd3aa57
commit b62e240f57
4 changed files with 220 additions and 54 deletions

View File

@@ -48,7 +48,6 @@ public class Main {
private static String getUsage() {
return "Usage: --action metrics|combine|extract|a3only|validate|visualize [-d,--directory] [-l,--listfromstdin] [-i,--ignore fileextension, PDF/A errors] | [-h,--help] \r\n"
+ " --action=metrics\n"
+
+ " -d, --directory count ZUGFeRD files in directory to be scanned\n"
+ " If it is a directory, it will recurse.\n"
+ " -l, --listfromstdin count ZUGFeRD files from a list of linefeed separated files on runtime.\n"