Converts a single local document to HTML and exports a single document, with all attachments and subdocuments, to a specified location.
http://12.3.4.56:4000/action=Export&File=C:\reports\report1.doc&OutDir=C:\ReportsHTML\
This action uses port 4000 to convert the local file report1.doc into HTML, and export it to C:\ReportsHTML\.
| Parameter | Description | Required |
|---|---|---|
| Boolean | Whether to use phrases and query text for highlighting. | |
| EndTag | The tag to use to mark the end of a highlighted term. | See Comments |
| File | The local file to convert and export. | Yes |
| Links | Terms to highlight. | |
| MultiHighlight | Highlight multiple link terms with different HTML tags. | See Comments |
| OutDir | The directory to export the converted HTML to. | Yes |
| StartTag | The tag to use to mark the beginning of a document. | See Comments |
| ViewTemplate | The template to use when converting the document content to HTML. |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| ResponseFormat | The format of the action output. |
If you set MultiHighlight to True, you must set the StartTag and EndTag for each link term.
|
|