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 htmlexport/libkvhtmlexport/sample/src, and can be compiled using one of the makefiles in htmlexport/libkvhtmlexport/sample/bin.

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:

kvhtmlexport [options] inputfile outputfile

where:

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.
--generate-urls Add anchor tags (<a ...></a>) to text starting with 'www', 'http:', or 'file:', so that the text becomes a hyperlink that can be clicked.
--no-document-font-colors Ignore font colors (all text appears black).
--output-vector-graphic-type

The output format for vector graphics. You can specify either JPEG or SVG. For example:

  • --output-vector-graphic-type KVGFX_JPEG
  • --output-vector-graphic-type KVGFX_SVG
--remove-empty-columns Remove empty columns in spreadsheets.