HtmlConvStreamToStream
This program converts an input stream to an output stream using Java API calls in HTML Export, and a template file. See Explore Conversion Options with the Sample Programs for more information on template files.
Run HtmlConvStreamToStream on Windows
To run HtmlConvStreamToStream on Windows
-
In the
HtmlConvStreamToStream.bat
file, setINSTALL_DIR
to the Export installation directory. -
In the first line of the
HtmlSampleConfig_nt.txt
file, specify the path to the template file used in the conversion. You can use the template files in theinstall
\htmlexport\programs\ini
directory, whereinstall
is the path name of the Export installation directory. -
In the second line of the
HtmlSampleConfig_nt.txt
file, specify the path to theExport SDK\bin
directory. -
Run the batch file in the
install
\javaapi\sample
directory. Type the following:HtmlConvStreamToStream
inputfile
where:
inputfile
is the path and file name of the source file.The generated HTML is output to the current DOS prompt.
Run HtmlConvStreamToStream on UNIX
To run HtmlConvStreamToStream on UNIX
-
In the
HtmlConvStreamToStream.csh
file, setMKENV
to the platform on which you are running, either_hpux11
,_ilnx21
,_rs6k43
, or_ssol26
. -
In the
HtmlConvStreamToStream.csh
file, setINSTALL_DIR
to the Export installation directory. -
In the first line of the
HtmlSampleConfig_unix.txt
file, specify the path to the template file used in the conversion. You can use the template files in theinstall
/htmlexpt/programs/unix/ini
directory, whereinstall
is the path name of the Export installation directory. -
In the second line of the
HtmlSampleConfig_unix.txt
file, specify the path to theExportSDK/bin
directory.NOTE: If you have copied the
HtmlSampleConfig_unix.txt
and C shell file from a Windows system or edited the files on a Windows system, remove the carriage returns from these files. You can use a utility such as the ColdFusion functionstripcr()
(http://www.macromedia.com
) to do this. This step is not required if the files are taken from the UNIX installation. -
Copy
HtmlSampleConfig_unix.txt
toHtmlSampleConfig.txt
. -
Run the C shell file in the
install
/javaapi/sample
directory. Type the following:./HtmlConvStreamToStream.csh
inputfile
where:
inputfile
is the path and file name of the source file.The generated HTML is output to the current console (standard out).