Skip to main content
This enum is implemented in FRE for Linux and Windows.
Beginning with v12.8.0, you will need to install Microsoft Office or LibreOffice to ingest office documents.
OfficeConverterTypeEnum enumeration constants describe applications which may be used to convert incoming digital documents.
typedef enum {
 OCT_MsOffice, 
 OCT_LibreOffice
} OfficeConverterTypeEnum;

Elements

Name

Description

OCT_LibreOffice

LibreOffice. Available only if it is installed on the workstation. Supported versions:

  • 7.6.6
  • 24.2.2

OCT_MsOffice

Windows only.

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

IOfficeConverters::Element IOfficeConverters::Add IOfficeConverters::Find IOfficeConverters::InsertAt IOfficeConverters::Item