c - HP PCL via TCP/IP -


Where can I find an example program in C to print on the HP printer connected to the network printer.

Printing requires a printer driver which handles all the work of communication with the printer .

You just need to worry about how to print, the fact that the printer is network or USB or parallel does not matter

If you are hardcore and want to be (you believe That you are on the windows)

Otherwise you can only redirect the output to STDIO


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -