Coveo Knowledge Base – Information Article – 060331-2
CES4-060331-2: Custom Converter Script Objects Reference
The information in this technical note applies to:
Coveo Enterprise Search 4
This document contains complementary information about custom converter scripting objects.
A custom converter script is a script file (whether a vbscript or a jscript file) that
can convert a document from a Coveo Enterprise Search unsupported format to a supported format, so
this document can be indexed by Coveo Enterprise Search. The custom converter script has access to some proprietary scripting
objects used to manipulate the document content and properties.
These objects can be used within a custom converter script.
This object manages Custom Conversion settings.
This object manages extracted document properties.
· Mutex
This utility object allows you to serialize the process.
This object contains utility methods to handle system IFilters.
See Conversion Script Objects Reference to get a complete list of all available conversion script objects.