1 In a resource set, create a Custom device resource.
3
4 You have now created a custom Windows driver (copy of the native WIN2 driver). The driver file (*.drs) needs a new option for the SpoolFolder specified for the virtual printer (the driver file already contains a PrinterName option). You can also add two additional options to the driver file if you need to:
• SpoolTimeOut - Controls for how long the driver waits for the Windows spooler. Default value is 10240ms, and minimum allowed timeout is 5120ms.
• KeepSpoolFile - Controls whether to keep the print file in the SpoolFolder after it is transferred to the output connector. Default is to delete the file.At this stage your custom driver includes the win2.drs (Native) driver file, and since this driver file is native you cannot edit the file. You must therefore detach this native file from your custom driver and create a copy of win2.drs (Native) that you attach to your custom driver.
1
2 Click the win2.drs (Native) string (not check-box) to highlight the driver file name and then click Duplicate.
3
1 In the Device driver files list, click the string (not check-box) of the new driver file and then click Edit.
2 Option "SpoolFolder" BeforeJob NoChoice ""Option "SpoolTimeOut" BeforeJob NoChoice ""Option "KeepSpoolFile" BeforeJob
Choice "No" ""
Choice "Yes" ""
1
2
3
4 Repeat step 1-3 for the second option SpoolFolder.
5 (Optional) Repeat step 1-3 for the option SpoolTimeout with the following exception:Option type = Integer.
6 (Optional) Repeat step 1-3 for the option KeepSpoolFile with the following exceptions:
– Option type = Fixed.
–
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |