The 'Postprocessor' page allows you to define tools, which should be run after the (La)TeX compiler, i.e. to convert the file generated by the compiler to another format.
The meanings of the several controls are:
The tools are listed in the order of the execution.
Choose the new button at the top of the list to add a new tool to the list, use the remove button (cross) to remove the selected tool from the list and move the up and down buttons to move the selected tool up or down in the execution order.
If nothing is specified here, the tool will retrieve its input from the standard input device (normally the keyboard), otherwise it will retrieve its input from the specified file.
Use place holders for dynamic arguments.
If nothing is specified here, the tool will write its output to the standard output device which would normally be the console, the tool has been started from (i.e. a DOS box) or in case of TeXnicCenter the output window.
Use place holders for dynamic arguments.
Using input and output redirection allows you to use tools, which do not interpret command line arguments, but retrieve there input from the tool's input device and/or write there output to the tools output device.
An example of such a tool is "tth", which is used to convert a LaTeX document into a HTML-document. On the command line you would type
tth < file.tex > file.html
When using this tool with TeXnicCenter, you have to use "file.tex" as input and "file.html" as output redirection. The command line of this tool has to be empty.