cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

How to print image and text from HTML tag?

Open limkimsan opened this issue 6 years ago • 4 comments

I got HTML content containing image and some text. I can print text just fine. I'm experiencing issue with the image. Anyone facing the same issue?

Thanks

limkimsan avatar Mar 12 '19 08:03 limkimsan

What does this have to do with Bluetooth LE?

randdusing avatar Mar 12 '19 12:03 randdusing

I'm having issue with printing image by using bluetoothle.write(). Can you advise me how to print out image?

limkimsan avatar Mar 12 '19 16:03 limkimsan

Bluetooth LE just transfers bytes. Reconstructing those bytes into text, images or whatever is out of scope of the plugin. Check out the helper functions to turn strings into bytes and bytes into encodedString for talking with the plugin.

randdusing avatar Mar 13 '19 00:03 randdusing

i have resolved by this plugin for android u can use this @limkimsan

coolara avatar Sep 21 '20 01:09 coolara