When signed documents are retrieved, if they are not designated
for library archive storage, they are stored on the file system in
./docusign/spool, along with a property file of name=value pairs based
on custom tag settings in a deliver command, and this program is run. The program can be
specified in a simple or complex format:
- If a simple name, the signed file and property file are added as quoted
arguments.
- If it contains @file and optionally @prop text tags, those
tags are replaced with the signed file and property file.
Once the command line is constructed, it is executed. Use this to design
custom handling of the signed PDF documents. An example shell script is
provided as a template, docusign/dssample.sh.
On Windows, if you run a console program such as a batch script, you must use
the command processor, such as cmd.exe /c "handler.bat "@file" "@prop"".
The deliver command can also include a 'processor' tag that overrides this setting.