Thermal printer
from the CommonsWare Community archivesAt December 18, 2021, 11:52am, ten asked:
I want to know how to connect Thermal Printer via Bluetooth from Android Phone and share some data like PDF file or Image file , Text from Application to Printer to print .
I found below library,
Could you suggest a better way to handle above scenario
At December 18, 2021, 1:03pm, mmurphy replied:
That seems like a question for the manufacturer of the printer that interests you, to see what options that they offer. They might support the Android printing framework (PrintManager, etc.), or they might offer their own SDK.
Not really. I have only printed using the Android printing framework. Sorry!