Question
How to enable logging of the Office documents built-in converter?
Answer
- Open OfficeComConverter.exe.config file in the text editor:
- C:\Program Files\ABBYY FineReader Server 14.0\Bin for ABBYY FineReader Server 14
- C:\Program Files\ABBYY FlexiCapture 12 Stations for ABBYY FlexiCapture 12
- Find the following line:
<add name="LogFileListener2" type="Abbyy.Diagnostics.FileWriterTraceListener, AooConverter" initializeData="%temp%\AooConverter.log" enable="false"/>
- Change enable="false" to enable="true"
- If necessary, change the directory where the logs will be saved by editing:
initializeData="%temp%\AooConverter.log"
Comments
0 comments
Please sign in to leave a comment.