> ## 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.

# OfficeConverterTypeEnum

<Note>
  This enum is implemented in FRE for Linux and Windows.
</Note>

<Warning>
  Beginning with v12.8.0, you will need to install Microsoft Office or LibreOffice to ingest office documents.
</Warning>

OfficeConverterTypeEnum enumeration constants describe applications which may be used to convert incoming digital documents.

```
typedef enum {
 OCT_MsOffice, 
 OCT_LibreOffice
} OfficeConverterTypeEnum;
```

## Elements

<table><thead><tr><th><p><strong>Name</strong></p></th><th><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p>OCT\_LibreOffice</p></td><td><p>LibreOffice. Available only if it is installed on the workstation. Supported versions:</p><ul><li>7.6.6</li><li>24.2.2</li></ul></td></tr><tr><td><p><a name="oct_msoffice" />OCT\_MsOffice</p><Note>Windows only.</Note></td><td><p>Microsoft Office (supported versions: 2010, 2013, 2016, 2019, Office 365). Available only if it is installed and activated on the workstation.</p><p>You may wish to start Microsoft Office under a non-default user account. In that case, set the <strong><a href="/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#usemsofficecustomuser">UseMsOfficeCustomUser</a></strong> property of the <strong><a href="/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings">OfficeConversionSettings</a></strong> object to TRUE and specify the login information in the <strong><a href="/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#msofficeusername">MsOfficeUserName</a></strong> and <strong><a href="/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#msofficepassword">MsOfficePassword</a></strong> properties.</p></td></tr></tbody></table>

## Used in

[IOfficeConverters::Element](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)

[IOfficeConverters::Add](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method)

[IOfficeConverters::Find](/fine-reader/engine/api-reference/image-related-objects/officeconverters/find-method)

[IOfficeConverters::InsertAt](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method)

[IOfficeConverters::Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)
