andresperezmelo / print_bluetooth_thermal

Plugin para enviar bytes sin procesar a la impresora solo por ahora para Android
Other
27 stars 35 forks source link

Blank space when start to print #40

Open IvanKastorsky opened 7 months ago

IvanKastorsky commented 7 months ago

I have a bluetooth printer that not support reverse feed. Is there a way to avoid an empty line when start to print?

Is being a nightmare to me to centering the content in a label, always the first command is an empty line, no matter what I send to the printer.

Space is precious particular in small labels

andresperezmelo commented 7 months ago

In the package you have a PostCode class, it could be useful to avoid using the esc_pos_utils_plus, it was created because some printers lower a blank space after the written line. Try to use this class, it is undocumented.

The class was created by me, try printing with that class, a detail is that you cannot print images with the PostCode class.