moving printjobs to other printer in c#
Hi all,
I'm looking for a way to move a printjob from a paused printer to another printer.
I'm programming a webpage in c# to release printjobs on different locations.
Allready i am able to login and select my printjobs. So i allready know where they are and what jobID they have.
I just can't find a piece of code or command to move them to another queue on the server.
Example:
I have one input printer (paused) which receives all the printjobs.
A user logs in, sees his printjobs on a webpage.
Selects a printer near him and releases the printjobs to that printer.
So i have to find a way to move/copy/print the spoolfiles from one printer(on the server) to antoher printer (on the server)
Is there a way to do it in c#?
Gr
Rudy