Execute java app with arguments with Java Class

Hi, I need some help on executing a Java applications with arguments in a workflow.
I am not an expert in Java, so if anyone can help me with this process, will be greatly appreciated.
The app is JSignPDF, an opensource tool quite used in the community. Next is the command prompt:
usage: java -jar JSignPdf.jar [file1.pdf [file2.pdf …]] [-a] [–bg-path
] [–bg-scale ] [-c ] [-cl ] [–crl] [-d
] [–disable-acrobat6-layer-mode] [–disable-assembly]
[–disable-copy] [–disable-fill] [–disable-modify-annotations]
[–disable-modify-content] [–disable-screen-readers] [-e] [-ec ]
[-fs ] [-h] [-ha ] [–img-path ] [-ka ]
[-ki ] [-kp ] [-ksf ] [-ksp ] [-kst
] [-l ] [–l2-text ] [–l4-text ] [-lk]
[-lkt] [-llx ] [-lly ] [-lp] [-lpf ] [–ocsp]
[–ocsp-server-url] [-op ] [-opwd ] [-os ] [-pe
] [-pg ] [-pr ] [–proxy-host ]
[–proxy-port ] [–proxy-type ] [-q] [-r ]
[–render-mode ] [-ta ] [-ts ] [–tsa-policy-oid
] [-tscf ] [-tscp ] [-tsct ] [-tsh
] [-tsp ] [-tsu ] [-upwd ] [-urx
] [-ury ] [-V] [-v]

Thanks for any feedback.