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

# OfficeConverters Object (IOfficeConverters Interface)

<Note>
  This object 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>

This object represents a collection of [OfficeConverterTypeEnum](/fine-reader/engine/api-reference/enumerations/officeconvertertypeenum) constants which denote the types of applications that could be used to convert incoming digital documents. The applications are sorted in the order of usage priority.

* The indexing of ABBYY FineReader Engine collections starts with 0.
* The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

## Properties

| Name                                                                                                                  | Type                                                                                                                                                                                                          | Description                                            |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Application                                                                                                           | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                             |
| Count                                                                                                                 | [int](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties), read-only                                                                                             | Stores the number of elements in the collection.       |
| [Element](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property) | [OfficeConverterTypeEnum](/fine-reader/engine/api-reference/enumerations/officeconvertertypeenum)                                                                                                             | Provides access to a single element of the collection. |

## Methods

| Name                                                                                                                    | Description                                                                                                                              |
| ----------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Add](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method)             | Adds a constant at the end of the collection. If the specified constant is already present in the collection, an error will be returned. |
| [DeleteAll](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method) | Removes all the elements from the collection.                                                                                            |
| [DeleteAt](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method)   | Removes an element from the collection.                                                                                                  |
| [Find](/fine-reader/engine/api-reference/image-related-objects/officeconverters/find-method)                            | Returns the index of the specified constant in the collection.                                                                           |
| [InsertAt](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method)   | Inserts a constant into the specified position in the collection.                                                                        |
| [Item](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)           | Provides access to a single element of the collection.                                                                                   |

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/officeconverters.gif?s=11ee4307d1b27b8cf91768ded6bdfe7c" alt="OfficeConverters" width="182" height="80" data-path="images/fine-reader/engine/officeconverters.gif" />[](/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#officeconverters)[](/fine-reader/engine/api-reference/image-related-objects/prepareimagemode#officeconversionsettings)[](/fine-reader/engine/api-reference/image-related-objects/prepareimagemode)[](/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[Working with Collections](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections)

[Supported Digital Document Input Formats](/fine-reader/engine/specifications/supported-digital-document-input-formats)
