Skip to content

Commit 038c272

Browse files
committed
PDFix Desktop 2.3 support
1 parent ddcc106 commit 038c272

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"icon": "validate_mcid",
99
"version": "v0.0.0",
1010
"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+
],
1121
"returnCodes": [
1222
0,
1323
1
@@ -34,4 +44,4 @@
3444
]
3545
}
3646
]
37-
}
47+
}

0 commit comments

Comments
 (0)