Table of contents
  1. 1. Command Line Options
  2. 2. Usage
  3. 3. Status Codes

The mindtouch.deki.filter command line tool converts the input stream into indexable text.  The conversion uses the installed IFilter adapters of the operating system.  This tool only runs on Microsoft Windows.

Command Line Options

mindtouch.deki.filter.exe <extension> [ <temp-path> ]

The extension argument is required and must NOT contain a dot (e.g. "doc").  The temp-path argument tells the tool which folder to use for creating temporary files required by the conversion process.  If the temp-path argument is omitted, the default system tempoary folder is used.

Usage

mindtouch.deki.filter.exe doc c:\windows\temp < c:\desktop\sample.doc > output.txt

Status Codes

The tool exits with status code 0 if the conversion was successful.  Otherwise, it exits with status code 1 and prints the last HRESULT error code.

Tag page
You must login to post a comment.