company logo

ImportDocument utility

The ImportDocument() utility is a specific implementation of the OSI document import interface, which imports document data into a defined topic structure. The utility may be called in order to import LibreOffice documents into ODE development or resource databases. Thus, one may convert documents into hierarchy topics, which may be used for generating different kind of documents, later on.

Typically, the utility is called by passing an ini-file, which contains the configuration parameter for paragraph styles and the document path. The document path may also be overwritten by the second parameter:

ImportDocument ini_path [document_path]