The -cmds  option allows you to process a collection of files at one time

To process multiple commands quickly and efficiently, use the -cmds <filename> option.  The file specified by -cmds, the commands file, should contain one or more single line commands.  Each command is just like an ordinary command-line without the executable name. The commands file does not support wildcards in filenames. The following is an example of command line syntax when running with -cmds:

$ ./redaxserverapp -p -l logfile.txt -cmds CommandFile.txt

CommandFile.txt contains a list of commands for Redax Enterprise Server to process.  This is an example of the CommandFile.txt:

-p  -redact -pref /appligent/redaxserver/samples/prefs/prefs.xml -o /appligent/redaxserver/samples/out_redacted.pdf /appligent/redaxserver/samples/sample_marked.pdf
-p  -flist /appligent/redaxserver/samples/sample_find_list.txt -o /appligent/redaxserver/samples/out_find.pdf  /appligent/redaxserver/samples/sample.pdf
-p  -redact -iso32000  -o /appligent/redaxserver/samples/out_iso32000.pdf  /appligent/redaxserver/samples/sample.pdf