net stop "BarTender Print Service"
net start "BarTender Print Service"
Example using PowerShell:
$body = @ documentPath = "\\server\labels\PackingSlip.btw" printerName = "Warehouse_Zebra_QLN420" quantity = 3 namedData = @ OrderID = "PO12345" | ConvertTo-Json
Invoke-RestMethod -Uri "http://localhost:11113/BarTender/v1/Print" -Method Post -Body $body -ContentType "application/json"BarTender Enterprise 2019 Version 11.1.140.669 -Latest-
Cybersecurity is paramount. Version 11.1.140.669 addresses specific CVEs discovered after the original 2019 launch. net stop "BarTender Print Service" net start "BarTender