Datamax Plugin
This plugin allows you print pdfs and images to Datamax printers.
Platforms:
iOSFunctions:
dataMax.getPrinters() -- returns array with table that contain name(string) and modelNumber(string) keys.
dataMax.print(name, modelNumber, printerType, filePath, headWidth, listener, isPdf)
name(string) name of the printer you would like to print to
modelNumber(string) model number of the printer you would like to print to
printerType(string) can be "apex", "legacy",or "DPL"
filePath(string) path of file(via system.pathForFile()) you would like to print
headWidth(number) width you would like print item at
listener(function) returns event.status "could not find printer", "invalid printer type", or "paper sent to printer"