Android Question Print a box on a BT Printer

rkmoray

Active Member
Licensed User
Longtime User
I am trying to print a recipient for an app I am writing, I have all the data lined up as I need it on the receipt, but I would like to encase the data inside a box.
I am using the "SD_BT_Printer_7.jar" file with
Printer.WriteLine(PrintBuffer) to send the data to the printer.
 
Top