From: maxim-asg on
Is there a way to use local spooling when printing to a remote printer
(\\server\printer). Currently the job goes over the network and spools on
the \\server. Note that the application does not use printer driver, but
uses OpenPrinter/WritePrinter directly. The objective is to release the
application faster, as WritePrinter calls over the network take a long time.

Thanks.