This plugin allows an android device that's paired with a Zebra ZD621 label printer through Bluetooth, to print labels and get additional information from the printer through the Bluetooth connection.
It should work for more types of Zebra label printers. But I've only been able to test it with the ZD621.The plugin is a forked version of https://github.com/prakashsatyani/cordova-plugin-ble-zbtprinter with an update that gets it working for newer versions of Android.This plugin has 6 client actions.CheckZblpPlugin - Checks if the plugin is available.DiscoverPrinters - Finds a nearby discoverable zebra printer.GetConnectedPrinterName - Returns the name of the printer.GetPrinterStatus - Returns the status of the printer.GetZplFromImage - Returns the ^GFA format for the image selected, so you can add it to your label. Works for PNG, JPEG and possibly more formats.PrintLabel - Sends the ZPLcode to the printer.