Specifying the TIFF to XPS Converter - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To specify the algorithm that the OdinRendition component uses to convert a TIFF file to XPS, complete the following steps:
  1. From the %Composerdir% directory, open odin.config with a text editor that supports UTF-8.
  2. Search for the line that begins as follows:
    <add key="TiffConverter" 
  3. To use the standard TIFF converter, set the value attribute to Default.
    <add key="TiffConverter" value="Default"/>
  4. To use the evolved TIFF converter, complete the following substeps.
    1. Set the value attribute to FitToPage.
    2. Search for the line that begins as follows:
      <add key="TiffConverterOutputPageSize" 
    3. Set the value attribute to one of the following:
      • A4: ISO A4 page size.
      • Letter: Letter page size.
    <add key="TiffConverter" value="FitToPage"/>
    <add key="TiffConverterOutputPageSize" value="Letter"/>
  5. Save and close the file.