A way to identify if a label has printed
When the following command is executed
Submitted BarTender Command Line '/AF="D:\Program Data\Koerber\LABELS\Label.btw" /PRN="PRINTER" /?PRINT_ID="1" /P /C=1 /S' on print server 'PRINT_SERVER'.
Is there a way to programmatically verify that PRINT_ID = 1 has completed printing?
-
You can quite easily find out whether the print job has been sent to the spooler, enable message 1750 say with an email notification (Administer>Application Message Setup)
You could also do something similar with an Action configured in the label to send a message when the print job has been sent.
To find out if the printer has physically printed the label would be more problematic as you would need to have bi-directional communication with the device and work out how and if you can to send some form of status request directly to it and wait for a suitable response
0
請登入寫評論。
評論
1 條評論