Welcome Guest Search | Active Topics | Sign In | Register

EO.Webbrowser Print to a IP Printer Options
jak220
Posted: Friday, June 16, 2023 3:11:36 PM
Rank: Newbie
Groups: Member

Joined: 6/16/2023
Posts: 2
I'm looking to load print an HTML page to an IP Printer in realtime without a setup Printer on the machine.

Similiar to just specifying a printer IP and port:
System.Net.Sockets.TcpClient client = new System.Net.Sockets.TcpClient();
client.Connect(ipAddress, port);

Is this possible with the webview.print command? I saw that it takes printersettings, but this would be for an already defined Printer on the local system.

Let me know.
Thanks
eo_support
Posted: Friday, June 16, 2023 3:25:41 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

No. You would need to set up a printer on the machine. That step is what involves the printer driver. The printer driver is always needed for printing.

Thanks!
jak220
Posted: Thursday, June 22, 2023 12:51:33 PM
Rank: Newbie
Groups: Member

Joined: 6/16/2023
Posts: 2
What about printing to a printer share? like
\\PrintServerComputername\PrinterShareName
eo_support
Posted: Thursday, June 22, 2023 1:25:50 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
You would still go through the driver. Once a shared printer is "connected", its driver are installed locally. It's just the driver is automatically configured to talk to the printer on the network. In short, on Windows application ALWASY go through drivers to reach a device (printer in this case).


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.