You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
Thank you for providing this great library.
When I try to print the qr_code, the QRCode is broken (see above image)
I tried to remove "baos.write(CTL_LF);" in PrinterService.generateImageByteArrayOutputStream(..) (line 331). Everything work just fine. It is my printer issue or really a bug?
The text was updated successfully, but these errors were encountered:
I think you refer to EscPos.setPrintingSize(EscPos.PRINTING_SIZE_58_MM);
My printer is 58MM and I tested set all 3 size but still get the same problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you for providing this great library.
When I try to print the qr_code, the QRCode is broken (see above image)
I tried to remove "baos.write(CTL_LF);" in PrinterService.generateImageByteArrayOutputStream(..) (line 331). Everything work just fine. It is my printer issue or really a bug?
The text was updated successfully, but these errors were encountered: