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
Hi I am working on printing receipt.
But i am stuck in printing image in the center of the reciept. i am using 80mm paper and black copper printer. when i am aligning the text using the public static byte[] ESC_Align = new byte[] {0x1b, 0x61, 0x01 } command it center the text perfectly with no issue, but when i try to center the image and the barcode it doesn't center it.
Can you please guide me how to solve this issue?
It will be your kind pleasure.
The text was updated successfully, but these errors were encountered:
Don't try to center image as text, Instead, try to use a wider image and set the image in the center.
If you want the implementation details please provide your Printer details and Code (Java or Kotlin)
Hi I am working on printing receipt.
But i am stuck in printing image in the center of the reciept. i am using 80mm paper and black copper printer. when i am aligning the text using the public static byte[] ESC_Align = new byte[] {0x1b, 0x61, 0x01 } command it center the text perfectly with no issue, but when i try to center the image and the barcode it doesn't center it.
Can you please guide me how to solve this issue?
It will be your kind pleasure.
The text was updated successfully, but these errors were encountered: