I'm wondering how to create a print job from an application and send it to the printqueue of a printserver in C#. I then want to be able to retrieve and print the job on the server from another computer on a local printer when I want to.
My problem is that you have to assign a printername to a printqueue. But this shouldn't be necessary while the job is supposed to be printed locally.
I hope I make myself clear!