On this Page
-spoolerJobOwner
(Windows only) (As of 3.3.003.01)
Supplies a custom job owner to the spooler.
Syntax
-
spoolerJobOwner
jobOwner
Description
Change the spooler's job owner. Applies only to output specified with the “prt::“ prefix. While you can specify this on the command line or in a .prt
(output configuration) file, it is more likely that you would use the _printer.setOption()
function to set the name dynamically. For example:
_printer.setOption("spoolerJobOwner", "newOwner", "PDF");