htmloop

The htmloop sample program demonstrates how to use the COM interface from within a C++ application. Using the COM interface allows C++ developers to take advantage of out-of-process HTML conversion.

To run htmloop, type the following command:

htmloop install, inifile, inputfile, outputfile.htm

where:

install is the directory where the Export libraries are installed.

inifile is the full path and file name of a template file.

inputfile is the full path and file name of the source document.

outputfile.htm is the full path and file name of the HTML output file.

NOTE: You must separate the arguments with commas (,). You must not enclose directory names that contain spaces in quotation marks. This program does not indicate when the conversion has finished.