Back-end configuration
When you need to define custom settings, such as color profiles or paths to assets, you need to configure the Preflight Tool backend in the AppSettings.config file. For example, to apply a specific color profile to print files, set new values to the CmykProfileFilePath and GrayscaleProfileFilePath keys.
<appSettings>
<add key="DisableFinishEndpoint" value="true"/>
<add key="FileSystemProviderPath" value="./App_Data/files"/>
<add key="CacheDirectoryPath" value="./App_Data/Cache"/>
<add key="FontsDirectoryPath" value="./App_Data/fonts"/>
<add key="ColorProfilesDirectoryPath" value="./App_Data/ColorProfiles/"/>
<add key="MockupsDirectoryPath" value="./App_Data/mockups"/>
<add key="TempDataDirectoryPath" value="./App_Data/temp"/>
<add key="ApiSecurityKey" value=""/>
<add key="GrayscaleProfileFilePath" value="./App_Data/colorProfiles/defaultGrayscaleProfile.icm"/>
<add key="CmykProfileFilePath" value="./App_Data/colorProfiles/defaultCmykProfile.icm"/>
<add key="ServerBaseUrl" value=""/>
<add key="FallbackFonts" value=""/>
<!-- Configure DesignManager as asset storage -->
<add key="AssetStorageApiKey" value="ApiKey" />
<add key="AssetStorageEndpoint" value="http://localhost:56416/" />
<add key="AssetStorageTenantId" value="6" />
<add key="AssetStorageColorProfiles" value="false" />
<add key="AssetStorageFonts" value="false" />
<add key="AssetStorageStates" value="false" />
<add key="AssetProcessorApiKey" value="" />
<add key="AssetProcessorEndpoint" value="" />
<add key="SaveStateRetryCount" value="3"/>
<add key="MessageBusRabbitMQ" value=""/>
<add key="MessageBusAzureServiceBus" value=""/>
</appSettings>
Now, let's learn how you can configure the Preflight Tool using these parameters.
note
If you do not define color profiles that should be used in color management, then the Preflight Tool applies the following default profiles:
- SWOP (Coated) 20%, GCR, Medium profile for CMYK
- Dot Gain 30% profile