DigiSealPostExecuter
Configuration file |
sample_digiseal_postexecuter.properties |
Class name |
com.ebd.hub.datawizard.postexec.DigiSealPostExecuter |
Description
The DigiSealPostExecuter signs files of the format PDF or XML and is configured through three parameters in a properties file.
Parameters
Parameter |
Description |
wait.time |
Maximum waiting period in seconds. |
certify |
(true or false). Indicates whether the files should be signed. |
file.extension |
(optional) Information on the file extension (.pdf or .xml). Default: .pdf |
Example
sample_digiseal_postexecuter.properties
# max. wait time in seconds
#
wait.time=60
#
# needs to be certified
#
certify=true
#
# file extension, .xml or .pdf; default is .pdf
#
file.extension=.pdf