Defining call parameters for DGI2HTML
You can use the tool DGI2HTML to specify various call parameters. You can also specify the parameters when calling the program. The order is irrelevant. You specify the path to the DGIX file directly without parameters.
The following parameters are available to you:
-silent
Meaning: You use the parameter to specify that all the user interfaces are suppressed and only the conversion of the DGIX file is performed.
Value: true or false
Default value: false
Example: -silent=true
-temp
Meaning: You use the parameter to define the directory in which the conversion is performed.
Value: "<Path to the directory>"
Default value: Temporary directory of Windows
Example: -temp="C:\test"
-lang
Meaning: You use this value to specify the language for the conversion.
Value: "<Language>"
Default value: Language of the operating system
Example: -lang="en-US"
-renditionMode
Meaning: You use this value to define a special page for the rendering (for example, to ensure that no links are created for attachments).
Value: true or false
Default value: false
Example: -renditionMode=true
-renderBccRecipient
Meaning: You use this parameter to specify whether you want to display the BCC recipients.
Value: true or false
Default value: false
Example: -renderBccRecipient=true
Sample call: DGI2HTML.exe "C:\E-Mail.dgix" -silent=true -temp="C:\temp" -lang="en-US" -renditionMode=true
See also: