The View service can apply templates when it converts documents to HTML, which alter the appearance of the returned document. These templates are text files with .ini
file extensions, which contain section names in square brackets, and key=value pairs. For example:
[KVHTMLOptionsEx] OutputCharSet=KVCS_UTF8 bUseDocumentColors=True
There are several basic templates installed with HPE IDOL Server. By default, these are found in:
installDir\common\keyview\templates
If you move the templates folder, you must edit the value of the ViewingTemplatesPath
configuration parameter in the [Paths]
section of your HPE IDOL Server configuration file.
The following table lists the provided templates.
Template | Description |
---|---|
k2lowband.ini
|
This template is useful when you need to provide information to a mobile workforce that might not always have access to fast connections.
|
k2lowbandunix.ini
|
Similar to k2lowband.ini except that it saves vector graphics in a vector format to view using a Java applet. |
k2frames.ini
|
|
k2framesunix.ini
|
Similar to k2frames.ini except that it saves vector graphics in a vector format to view using a Java applet. |
k2onefile.ini
|
|
k2pdfonefile.ini
|
Similar to k2onefile.ini except that it converts graphics to JPEG and preserves the original resolution. |
k2onefileunix.ini
|
Similar to k2onefile.ini except that it saves vector graphics in a vector format to view using a Java applet. |
|