N
naveed
I have a web-service application running on the server. I need to be able to
print to the printer connected to the client from which the request came
from. The client device is a Pocket PC. Each client has a network printer
with the right port open. The server can connect to the printer behind the
NAT/firewall.
The problem is that there can be hundreds or thousands of clients/printers.
Since there are so many printers I cannot have every printer installed on the
server. They are all the same printers using the same driver. I'd like to
print by specifying an IP address like so:
printer.Print(IPAddress, printDocument);
How can I accomplish this? Thanks.
print to the printer connected to the client from which the request came
from. The client device is a Pocket PC. Each client has a network printer
with the right port open. The server can connect to the printer behind the
NAT/firewall.
The problem is that there can be hundreds or thousands of clients/printers.
Since there are so many printers I cannot have every printer installed on the
server. They are all the same printers using the same driver. I'd like to
print by specifying an IP address like so:
printer.Print(IPAddress, printDocument);
How can I accomplish this? Thanks.