Restricted content

[vc_row][vc_column][vc_custom_heading source=”post_title” use_theme_fonts=”yes”][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]By Default ancoraDocs Export Client exports tiff images with a .tiff extension. It is possible to change the behavior in on-premise solutions to export with a .tif file extension. In order to do this add the following line to the SSIExportClient.exeConfig file in the appSettings section. <appSettings> … <add key=”TiffExport:ThreeCharExtensionEnabled” value=”true”/> … </appSettings>…