I need to print RAW data to network label printer. I have used printing using local/network printer with installed driver before. Now I am writing server application, and one of its task will be to print on many (windows) network label printers. I know I can install printer as network printer locally on the server and use the same way of printing as before.
Is there any native protocol or some "low level way" of printing to network printer without the need of installation 50+ printers on the server? I need to send RAW data, because it is label printer and print page is generated in DPL.
If there would be possibility to monitor printer state (paper, tape), it would be very nice.