We’re new to Quickship, but we’ve found that the label delivery from FedEx/UPS is only in ZPL/EPL format. We don’t own label printers for this and have printed to a laser printer since we’ve been using the old Agile product.
I’ve been searching the old posts, and we’ve not used Bartender yet so my knowledge is limited but I’m thinking BT might be a workable solution.
Wondering if any of our QuickShip or Bartender folks can think of a way to send the ZPL file to a ‘printer’ that will convert to PDF or PCL and then forward on to a laser printer?
There is enough that will go on with the the Print Monitor service that I would not introduce a variable like this. I just bought three ZPL replacement printers with ethernet for $560 each. They are workhorses that last.
In the old days FedEx and UPS would give us these to use and the labels, but now I have to buy them.
I’m SURE he meant me - he’s got enough on his plate for now.
@klincecum Thanks for the links - I found the Labelary link a few minutes ago so I haven’t looked at it completely. I also found www.foldermill.com.
The solution has to be completely headless. There’s nowhere for me to inject code because the ZPL is downloaded by the Quickship app and passed to a server printer queue (or to a direct attached printer) without any space in between for me to work. So my thoughts are that I need to do some sort of creative printer pooler/emulator interrupt with the file conversion, like create a “printer” that is actually a file conversion program running as a windows service…
@josecgomez Yeah - I tried that. From my installation tech, the process is that the label (ZPL or EPL) format are the only two formats that Fedex/UPS will return from their web service. We tried asking for PDF and it failed. We you guys able to make that work? Maybe I missed something…
@MikeGross is getting a label printer an option at all? At Insights this year these printers came up as a good competator to Zebra printers at reasonable prices. Don’t have personal experience with them but several attendees in the room also knew of these guys.
Actually looks like Bartender will do the trick. It’s my first time in there, and it looks like it has some great workflow capabilities that will allow for ‘action for each file in folder’ type stuff, including Powershell/CMD shell execution - so I should be able to come up with something that will use those two conversions somehow.
I’m thinking a BT workflow that watches a directly for a file, a powershell script to call the URL to convert the ZPL to pdf, and push that PDF to a printer. Going to take a few minutes to learn this stuff…