DisableForcedConversions

Defines whether forced and up front conversions in Dynamic Converter are disabled.

  • When set to TRUE, files will only be converted by Dynamic Converter when a user views the dynamically converted rendition. Conversions at checkin (forced and up front) will not occur.

  • This setting applies to any new files checked in after the setting is set to TRUE. Any existing forced and up front conversions will still be used, unless the DisableKeepingForcedConversions setting is enabled.

  • This setting might be useful in the following situations:

    • Server space for caching or processing capacity for conversion is limited.

    • Most files are rarely viewed as web pages, so a relatively small number of files must be converted dynamically.

    • The delay time for on-the-fly conversions is acceptable.

  • Default is FALSE.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

Used as a configuration entry:

DisableForcedConversions=true

See Also