Prerequisite: The printer is correctly configured and shared in Printers and Devices on the same server where the StreamServe application is hosted.
TIP: Confirm correct configuration by outputting a test page.
- Open Printers and Devices on the host server and right-click on the particular printer and select Printer properties.
- Make note of the Share name for the printer – Required for step 5
Figure 1 displays the printer sharing configuration.

- Open the runtime and connect your PageOut process to the Printer output connector using the Static connector selection method – Click here if you need to see the configuration for the Printer output connector.
- Open the runtime and connect your PageOut process to the Printer output connector using the Static connector selection method – Click here if you need to see the configuration for the Printer output connector.
- Open the message and right-click on the particular PageOut and select Script…
- Insert the following code:
setdestpath(“OPS”);
Export and deploy and test!