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. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
If you set MultiHighlight to True
, you must set the StartTag and EndTag for each link term.
|