PostprocessPDFPath

Defines the path to an executable that is used to process PDF files after conversion.

The PDF file path is the only command line parameter.

The specified file must be a Win32 executable.

This process is invoked after the conversion to PDF and before the optimization of the PDF. Since this is invoked once for each file that is processed by the Inbound Refinery, it could also be used for other events that might need to be synchronized to the conversion of a file. If the value is not empty, the Inbound Refinery will attempt to run the process.

Default is an empty string.

Type and Usage

Location

  • Local Inbound Refinery Configuration screen, General tab, Post PDF Production Path

  • IntradocDir/IdcRefinery/connections/main/intradoc.cfg

Example

Used as a configuration entry:

PostprocessPDFPath=c:/domain/IdcRefinery/ConversionProcess/IDCWaterPost.exe