> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Extended diagnostics for converting documents using OpenOffice

> Enable conversion logging in ABBYY FlexiCapture to run extended diagnostics for OpenOffice document conversion by editing OfficeComConverter.exe.config.

If you are using OpenOffice to convert documents, you can enable conversion logging to run extended diagnostics. In the `OfficeComConverter.exe.config` file (located in `C:\Program Files\ABBYY FlexiCapture 12 Stations`), add the following listener:

```xml theme={null}
<add name="LogFileListener2" type="Abbyy.Diagnostics.FileWriterTraceListener, AooConverter" initializeData="%temp%\AooConverter.log" enable="true"/>
```

The logs will be recorded in the `AooConverter.log` file located in the `%temp%` directory. After enabling logging, reproduce the error and analyze the relevant entries in the log file. If you cannot fix the error yourself, contact ABBYY’s technical support, providing the log file.
