Open saiyadamreddy opened 9 months ago
Your printer is 48mm 203 dpi ?
Your printer is 48mm 203 dpi ?
Yes.. other text content is printing fine.
can you change 72f
Is this issue fixeed? Facing same issue 72f not working How to fix?
Your printer is 48mm 203 dpi ?
Yes.. other text content is printing fine.
Is it fixed?
Hello,
I am using below syntax for printing image. I tried both bitmap and image resource printing both images right side. I tried [L] and [C] both tag printing right side only. please let me know I need to add any thing else.
val printer = EscPosPrinter(BluetoothPrintersConnections.selectFirstPaired(), 203, 48f, 32) printer.printFormattedText( "[C]
" + PrinterTextParserImg.bitmapToHexadecimalString(printer, this.applicationContext.resources.getDrawableForDensity(R.drawable.appicon, DisplayMetrics.DENSITY_MEDIUM))+"\n"