Printooth icon indicating copy to clipboard operation
Printooth copied to clipboard

A well documented, high-level Android interface that makes printing via bluetooth printers easier

Results 60 Printooth issues
Sort by recently updated
recently updated
newest added

Hello, how we can print two text in single row (Left and right in single row)

TextPrintable is not working. If we give any text as a string so it will not print. If .setNewLinesAfter(1) is provided blank paper is coming out. Other RawPrinting and ImagePrinting...

I cant set font family on printing, do you have a solution here? Thank you

I'm try printables.add(TextPrintable.Builder() .setText("สวัสดี ร้านแก๊ส World 1") .setAlignment(DefaultPrinter.ALIGNMENT_CENTER) .setEmphasizedMode(DefaultPrinter.EMPHASIZED_MODE_BOLD) .setFontSize(DefaultPrinter.FONT_SIZE_NORMAL) .setUnderlined(DefaultPrinter.UNDERLINED_MODE_ON) .setCharacterCode(DefaultPrinter.CHARCODE_THAI16) // try everything .setLineSpacing(DefaultPrinter.LINE_SPACING_60) .setNewLinesAfter(1) .build()) val CHARCODE_THAI42: Byte = 0x15 // Thai character code 42 val CHARCODE_THAI11:...

When i try to pair to the printer i faced this my app has crashed and shows in Logcat : ` FATAL EXCEPTION: main Process: com.bakirdev.gestiondestock, PID: 7800 java.lang.RuntimeException: Unable...

when requesting for access device location , and not selecting anything, just press back button , when back again to the activity , got this error java.lang.RuntimeException: Unable to stop...

Thank you for this awesome library @mazenrashed. Is there a way I can check if the printer is printed pages? I used printCallback to check the printer is printed, specifically...

I want to print pdf using bluetooth laser printer. And not able to achieve. If there is any other way please let us know. @mazenrashed @tspoke

i want to implelment the printer but in fragment page