Dear Friends,
I have an application that runs on a Linux server and is accessed via Putty. So I developed a small printing service to run on Windows and receive data for printing. And I have 2 problems with the service, the first is that I can't start the service from the command line, I can only do it directly from the services panel.
The second is that the server receives the data for printing, processes everything as if it were going to print, generates the data in the print queue, but nothing comes out on the printer (I'm testing with a PDF printer).
Follow the PrintServer and client test.
Thanks to advance,