To specify the algorithm that the
OdinRendition component uses to convert a TIFF file to XPS,
complete the following steps:
- From the %Composerdir% directory, open odin.config with a text editor that supports UTF-8.
-
Search for the line that begins as follows:
<add key="TiffConverter"
-
To use the standard TIFF converter, set the
value attribute to
Default.
<add key="TiffConverter" value="Default"/>
-
To use the evolved TIFF converter, complete the following
substeps.
- Set the value attribute to FitToPage.
-
Search for the line that begins as follows:
<add key="TiffConverterOutputPageSize"
-
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"/>
- Save and close the file.