Version 1 - Reviewed: November 2, 2023
With the TariffShark Tiger SP2 release (Release 5.2 and later), TariffShark uses Microsoft Word on the desktop for many fewer content processing tasks than in prior releases. The heaviest content workloads use "Aspose" technology, which is enabled by default.
Starting with TariffShark Tiger SP2 (Release 5.2), Aspose is enabled by default. However, there is a desktop setting that can be configured to tell TariffShark whether to use Aspose or Microsoft Word for perform document content processing tasks. The setting resides in a seldom used and hard-to-get-to file.
The setting can be found in a file named TariffShark.exe.config
which resides in the TariffShark Tiger SP2 installation folder on each user's desktop. On most computers, the installation folder is "C:\Program Files (x86)\TariffShark Tiger SP2\"
. Thus, the full path to the configuration file would be "C:\Program Files (x86)\TariffShark Tiger SP2\TariffShark.exe.config"
.
The name of the setting that allows you to enable or disable Aspose is UseAsposeProcessing
.
<add key="UseAsposeProcessing" value="true"/>
Use this setting to enable Aspose to tackle the most demanding TariffShark document content processing tasks.
<add key="UseAsposeProcessing" value="false"/>
Use this setting to disable Aspose. The most demanding TariffShark document content processing tasks will be performed by Microsoft Word.