OfficeConverterTypeEnum
OfficeConverterTypeEnum enumeration constants describe applications which may be used to convert incoming digital documents.
typedef enum {
OCT_MsOffice,
OCT_LibreOffice,
OCT_AbbyyOffice
} OfficeConverterTypeEnum;
Elements
| Name | Description |
|---|---|
| OCT_AbbyyOffice | ABBYY internal converter. It is always available. |
| OCT_LibreOffice |
LibreOffice. Available only if it is installed on the workstation. Supported versions:
|
| OCT_MsOffice |
Microsoft Office (supported versions: 2010, 2013, 2016, 2019, Office 365). Available only if it is installed and activated on the workstation. You may wish to start Microsoft Office under a non-default user account. In that case, set the UseMsOfficeCustomUser property of the OfficeConversionSettings object to TRUE and specify the login information in the MsOfficeUserName and MsOfficePassword properties. |
Used in
07.11.2025 12:48:30