OfficeConversionSettings Object (IOfficeConversionSettings Interface)
This object contains the settings used to import digital documents of various formats using the same methods which open the input images.
Opening all input files through a unified procedure will be useful in cases where you do not know beforehand the format of incoming documents, but all of them need to be processed in the same way (for example, added to your organization's document management system).
When an input file in one of the supported formats is encountered, the program will start an external application to convert it and load the contents. Which application will be used depends on the OfficeConverters property: it contains the list of converters to be used in the order of priority.
Important! You may import digital documents only if your license supports the Office Formats Opening module.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
OfficeConverters | OfficeConverters, read-only |
A collection of the types of applications which may be used to convert the incoming documents, in order of priority. By default, the collection contains the two converters described by the OfficeConverterTypeEnum constants, in the following order: OCT_LibreOffice, OCT_AbbyyOffice. |
Related objects
See also
7/3/2024 8:50:25 AM