Questions tagged [thermal-printer]

A printer in which fine heated pins form characters on heat-sensitive paper

A thermal printer or electrothermal printer is a printer that uses heated pins to "burn" images onto heat-sensitive paper

679 questions
0
votes
1 answer

startService(sendIntent) firing more than once

I'm doing an app for a bluetooth thermal printer. I've done the printing part already. This is the code: public void printText(View view) { Button b = (Button)findViewById(R.id.button2); if…
user2034438
  • 71
  • 2
  • 7
0
votes
1 answer

How to capture and control data flow sent to an OPOS printer driver

I'm trying to capture the data that is sent to an OPOS printer driver, and control whether or not it should proceed. My first thought was to develop a virtual OPOS printer driver, but before going deep into the code, i would like to probe if you…
MrWater
  • 1,797
  • 4
  • 20
  • 47
0
votes
0 answers

java printing image file

I am using java print API to print image and some text to a thermal printer. I tried using the Printable interface but I was not able to draw a String as well as Image. So I read a file from the filesystem and then print it directly. There are…
vdua
  • 1,281
  • 1
  • 14
  • 24
0
votes
1 answer

I can't get instance of pos printer

I'm working on EPOS pos printer (EPOS TM-T88III). İ stalled it's driver, EPOS ADK and POS for .NET I can get print from my pos printer with PrintDocument function but i want to use EPOS ADK. I try its "Hello OPOS for .NET" sample but it's not work.…
Omer SOYER
  • 41
  • 5
0
votes
2 answers

send command to a printer via USB with C / C++ in windows

I have a printer (Sewoo T320). I want to send commands via USB. I found a manual that shows some commands. How can I use them and print something with C/C++ in windows. PDF Manual: Thanks
enes faruk meniz
  • 21
  • 1
  • 1
  • 4
0
votes
1 answer

How to format text for printing in JAVA using printer api?

I need to print line by line in a thermal printer. line breaking at %n I would like to persist the string pattern, while printing.. I'm not well versed with printer api and graphic 2d api.. I need to fix this 1 hour time.. Would appreciate a quick…
bmusical
  • 244
  • 3
  • 14
0
votes
2 answers

"PrinterException: Paper's imageable width is too small" I can see what's wrong, but how can I fix it?

I'm getting this error when I try to print something for a specific label printer in my current college project: java.awt.print.PrinterException: Paper's imageable width is too small. at sun.print.RasterPrinterJob.printPage(Unknown Source) …
mal
  • 3,022
  • 5
  • 32
  • 62
0
votes
1 answer

Receipt formate in star TSp654 POS printer setting

I have established printer connection with my ipad , Now I want to set formate of receipt like alignment, horizontal tab, font size logo settings and all the things which is required in my receipt, please any one can help me how can use POS commands…
Jagdev Sendhav
  • 2,875
  • 4
  • 15
  • 24
-1
votes
2 answers

Printing image in receipts printer using C

I have a Hengstler C56 thermal receipt printer. I have been trying for a long time to print a logo with the printer. But I am not able to figure out how it's failing. The image I am trying to print is of *.bmp type and 50x50. The printer api is…
San
  • 542
  • 6
  • 21
-1
votes
0 answers

Reciept POS printout issues excel

I have issues using printing out a receipt from my POS Project, as you can see from the images, i selected area K1:N for print out, but using xthermal printer of size 80mm X 297mm or 210mm it becomes impossible to fit my receipt print area…
-1
votes
1 answer

How to downgrade cups-filters on Ubuntu 22.04

I am facing the same problem as the gentleman over here. That is I can't get my printer to print (but I could a few days ago). I get the same error messages in /var/log/cups/error_log, the only difference being that my printer is a Brother QL-700…
Buddyshot
  • 1,614
  • 1
  • 17
  • 44
-1
votes
1 answer

Install compser failed, and php_printer not working in xampp php 8?

I want to install composer, and use the printer_open / php_printer feature with the aim of printing invoices without preview (direct printing) using PHP 8 (Xampp). But when installing composer there is a problem : A setting in your php.ini could be…
Usaha
  • 1
  • 3
-1
votes
1 answer

How to generate all PDF with all content on a single page?

I am working on continuous printing of receipts on a thermal printer. To do this I need to generate PDF to send to printer. Printer uses 58mm roll of paper. If the content is broken down into multiple pages of fixed height, last page will often have…
Djuka
  • 505
  • 5
  • 19
-1
votes
1 answer

Thermal printer leaves too much blank space printing QR

I want to print a QR in my thermal printer. I use the following command lpr -P POS58 qr.png As you can see my QR is a PNG image. It prints it totally fine except for the fact that before the QR the printer leaves a lot of blank paper. How could I…
Kuznov
  • 11
  • 1
-1
votes
1 answer

Poor printing results with Hoin POS-58 thermal printer

Im using a thermal printer (Hoin POS-58) to print receipts but i dont like the final result due to ugly font styles. Im setting font-family and font-size in css print media query but as i told you the results are poor. However, I can see how the…
Lorraine
  • 441
  • 5
  • 23