DigiSealPostExecuter

Group

Postexecution

Function

This postexecuter is able to sign PDF and XML files with DigiSeal.

Configuration file

sample_digiseal_postexecuter.properties

Description


The DigiSealPostExecuter signs files of the format PDF or XML and is configured through three parameters in a properties file.

Description of Parameters


Parameter name

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