Export
Converts a single local document to HTML and exports it as an HTML file (index.html), with all attachments and subdocuments (such as images and partition files), to a location that you specify.
Example
http://12.3.4.56:9080/action=Export&File=C:\reports\report1.doc&OutDir=C:\ReportsHTML\
This action converts the local file report1.doc
into HTML, and exports it to C:\ReportsHTML\
.
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
File | The local file to convert and export. |
OutDir | The directory to export the converted HTML to. |
Optional Parameters
This action accepts the following optional parameters.
Parameter | Description |
---|---|
Boolean | Whether to use phrases and query text for highlighting. |
EndTag | The tag to use to mark the end of a highlighted term. If you set MultiHighlight to True , you must set the StartTag and EndTag for each link term. |
Links | Terms to highlight. |
MultiHighlight | Highlight multiple link terms with different HTML tags. If you set MultiHighlight to True , you must set the StartTag and EndTag for each link term. |
StartTag | The tag to use to mark the beginning of a highlighted term. If you set MultiHighlight to True , you must set the StartTag and EndTag for each link term. |
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. |