We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcc106 commit 038c272Copy full SHA for 038c272
config.json
@@ -8,6 +8,16 @@
8
"icon": "validate_mcid",
9
"version": "v0.0.0",
10
"category": "Validation",
11
+ "configurations": [
12
+ {
13
+ "note": "This node is here to support PDFix Desktop 2.3.x",
14
+ "stdout": "${output_txt}",
15
+ "title": "Validate Duplicate MCID",
16
+ "name": "validate_duplicate_mcid",
17
+ "desc": "Validate Duplicate MCID",
18
+ "program": "java -jar \"${action_path}/net.pdfix.validate-pdf-0.0.0.jar\" duplicate-mcid -i \"${input_pdf}\""
19
+ }
20
+ ],
21
"returnCodes": [
22
0,
23
1
@@ -34,4 +44,4 @@
34
44
]
35
45
}
36
46
37
-}
47
+}
0 commit comments