I am receiving PDF labels from a shipping service, please tell how can I print PDF labels from a PHP application directly to zpl printer
Print a PDF label from PHP to ZPL Printer// Expert user has replied. |
Print a PDF label from PHP to ZPL Printer// Expert user has replied.I am receiving PDF labels from a shipping service, please tell how can I print PDF labels from a PHP application directly to zpl printer |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Any Zebra printer with Link-OS v6.3 or later firmware supports PDF print, called as PDF Direct. See this article for detail: Announcement | Printers Include Free PDF Direct with Link-OS 6.3
Once the PDF Direct is enabled on the Link-OS printer, you can send the PDF file directly to the printer via PHP, by simply sending the PDF file to the printer to print.