kvhtmlexport
A sample program that you can use to try out the KeyView HTML Export Reference Implementation.
The source code for this program is available in javaapi/libkvhtmlexport/sample/src/
and can be compiled by running ant build
from the javaapi/libkvhtmlexport
directory.
A pre-compiled binary is available in the directory PLATFORM\bin
, where PLATFORM
is the name of the platform on which you are running KeyView. You must run this program from the KeyView bin
directory.
You can run the program as follows:
java -jar kvhtmlexport.jar [options
] inputfile outputfile
where:
options
are described in the following table.inputfile
is the path and file name of the source document.outputfile
is the path and file name of the HTML output file.
Option | Description |
---|---|
--fullscreen
|
When you set this option, presentations are displayed in "full screen" view, one slide at a time. You can navigate between slides using the arrow keys on your keyboard or the scroll wheel on your mouse. By default, presentations are displayed in "list" view, with slides arranged in a vertical column one after another. |