I have an application that performs printing physical documents in local queues. However, as this application runs on a cluster fail over environment, I can not list or use the print queues from the fail over cluster environment. The Ghostscript lists only the queues from the local server (as a stand alone installation).
Is there any way to print using the cluster queue without sharing (install) it madly?
I'm using the command line for this purpose:
-q -dBATCH -dNOPAUSE -dNODISPLAY -c "mark /Duplex true /NoCancel true /OutputFile (%printer%Ricoh c2051) /UserSettings << /DocumentName (Test) >> (mswinpr2)finddevice putdeviceprops setdevice" -f "duplex.pdf"
using \ server \ printer name does not work.