Printer icon indicating copy to clipboard operation
Printer copied to clipboard

Swift ticket printer framework for ESC/POS-compatible thermal printers.

Results 37 Printer issues
Sort by recently updated
recently updated
newest added

Hello, Do you have a SwiftUI example?

Hello, I have an Epson TM-T20III and I am not able to print umlauts like "ä" or special characters like "€". Interestingly, however, an "@" works. I have already tried...

Hi, Not able to print Image and Qr code, it's working fine for text i am using Printer Panda PRJ-R80B, here's the code let receipt = Receipt(.init(maxWidthDensity: 500, fontDesity: 12,...

How can I print Arabic Language with Combination of English and Image?

waiting respond

guard let image = UIImage(named: "demo") else { return } var receipt = Receipt( .dividing, .qr("Icey.Liao"), .dividing, .image(image, attributes: [ImageBlock.PredefinedAttribute.alignment(.center)]) // Updated by Pradeep Sakharelia on 15/05/19 ) receipt.feedLinesOnTail =...

waiting respond

Hi Kevin! I have an image of the form "data:image/png;base64,..." . How can I print it. I converted it to a UIImage like this: if let url = URL(string: imageBase64String)...

How to search and connect to the printers with Ethernet connection to wifi router? Printers like EPSON, Sam4s, Star, Bixolon, Posiflex and etc. Photo for example of how it works.![image](https://github.com/KevinGong2013/Printer/assets/112565394/9740d000-7c36-49f9-acbc-999f0b5b6eee)

how can I connect to printer with this project `if bluetoothPrinterManager.canPrint { **// How can the app enter here ?** bluetoothPrinterManager.print(ticket) } dummyPrinter.print(ticket)` thank you

waiting respond

How we can connect wifi printers?