StreamServe External Viewer output connector

StreamServe External Viewer output connector
This connector sends output to a Previewer. The Previewer reads the file extension and opens the output file in the corresponding application (*.pdf in Acrobat Reader, etc.). The Previewer recognizes the following formats: pdf, ps, tif, dcx, html, xml, pcl. It tries to open other formats as *.txt.
See About Previewer for more information about Previewer.
Example 47
You have one default Process that you connect to an output connector, and one identical preview Process that you connect to a StreamServe External Viewer connector. An Event script determines which Process to use:
if($var = "Preview")
   callproc("PreviewProcess");
else
   callproc("DefaultProcess");
 
The connector settings are described below.
Host
The Previewer host.
Port
The port the Previewer listens to. The default port is 9343.
OpenText StreamServe 5.6 Updated: 2013-03-01