0

Need help How to print current web page in network printer that has ip programetly in C# ASP, i have designd receipt page in asp and want to print it to POS printer directely from the clint-side , the printer is already connected to same local printer and it has ip (192.168.2.4).

i am using web page application ASP .net with C#

I tried to google search but not found solutions.

  • is the web server on the same network, and does the web server have the correct printer drivers and use of that printer? If this is not the case, then you can't really print much from the web browser, since it can't know/have/enjoy information about the work station. However, code behind on the web server could in theory print to that IP address. you would in effect NOT be printing from the browser, but the web server would be printing to that IP address. However, this idea will only work if the web server can directly use that IP address, and it would not be browser doing this print. – Albert D. Kallal Mar 09 '23 at 22:01

0 Answers0