Windows-10/-11 printer management:
Budget: €80 – €377 EUR
Windows-10/-11 printer management:
We need an extension for our kiosk software to take control of the printer.
Our kiosk software runs with an administrator account and does not allow any other accounts.
Therefore, the printer module should only be changed manually by requesting a password, for example:
• Add printer
• Change the default printer,
• Restart printing manually.
Can be enabled in Windows Printer Management.
It should be possible to select which printers to monitor through the configuration menu, which is also password protected.
In addition, the program must have an interface to our software in order to be able to programmatically perform the following functions.
• Pause printing
• Start printing again
• Cancel printing
• Read/transmit printer status
• Reading/transmitting the page number of the printout
Interface description:
If the user wants to print something, the printer module should stop/pause the print job for the selected printers, tell our software to print, and pass in the number of pages to print.
Then our software, depending on the liquidity of the client's account, sends a command to print or cancel printing.
Must be printed:
After printing, the printer module should send a status message to our software that the print was successful or an error occurred.
better in C/C++
We need an extension for our kiosk software to take control of the printer.
Our kiosk software runs with an administrator account and does not allow any other accounts.
Therefore, the printer module should only be changed manually by requesting a password, for example:
• Add printer
• Change the default printer,
• Restart printing manually.
Can be enabled in Windows Printer Management.
It should be possible to select which printers to monitor through the configuration menu, which is also password protected.
In addition, the program must have an interface to our software in order to be able to programmatically perform the following functions.
• Pause printing
• Start printing again
• Cancel printing
• Read/transmit printer status
• Reading/transmitting the page number of the printout
Interface description:
If the user wants to print something, the printer module should stop/pause the print job for the selected printers, tell our software to print, and pass in the number of pages to print.
Then our software, depending on the liquidity of the client's account, sends a command to print or cancel printing.
Must be printed:
After printing, the printer module should send a status message to our software that the print was successful or an error occurred.
better in C/C++