The Java sample programs demonstrate how to use the Java implementation of HTML Export. The sample code is intended to provide a starting point for your own applications or to be used for reference purposes.
The following Java sample programs are provided:
The source code for the programs is in the directory install
\javaapi\sample
.
In addition to the sample programs, the following support files are also provided:
Sample configuration files:
HtmlSampleConfig_nt.txt
(Windows)
HtmlSampleConfig_unix.txt
(UNIX)
Batch and C shell files that run each program:
HtmlConvFileToFile.bat(.csh)
HtmlConvStreamToStream.bat
(.csh)
These files are used by the HtmlConvFileToFile
and HtmlConvStreamToStream
programs.
|