In our company,i got a request, print dhl & fedex express document on the website,
i write a class use gdi to print the express document, the function choose Printer to print the document on server.
Now We have a branch need the function too, but, how can i let them to choose the Printer on local?
gdi asp.net 4.0
That is fundamentally impossible.
The server has no access to the client computer.
Instead, you need to serve an HTML page (or PDF) and ask the user to print it.