JavaScript

Print receipt in thermal printer using JavaScript, CSS & HTML

In this post I will show you how to print a ticket or receipt by using JavaScript (client side) and a thermal printer. At the end we will have a great ticket that looks like this:

Receipt printed in thermal printer using JavaScript only

Obviously you can change the font family, size, logo and so on. And remember: we will be using only pure CSS, HTML & JavaScript, no frameworks; though you can use any framework to render the content before printing.

You can see the demo here, and the full code on my GitHub.

Designing the ticket

First we have to write the HTML to print the ticket, in this case I will use a table to render the contents in a better way. Also, I’m using a image taken from pixabay. The code looks like this:

See the gist on github.

Remember: this is a static example, you can always use a framework (client side or server side) to render the content in a dynamic way.

We have some CSS Classes, for example “centered”. We have a button to print the ticket as well and we are loading a CSS file to give style.

Styiling receipt

Now we have to give some style to our receipt. Here’s the CSS code:

See the gist on github.

I’m giving a fixed width to each thing, this way we take a small space because the thermal paper is narrow. So far we have this:

Now we can print the ticket, or make the button to print it.

Hidding the button

In CSS we have the hidden-print class, that class is used to hide the button when we print the receipt.

Printing ticket in thermal printer

The JavaScript code is small. It is like this:

See the gist on github.

We are only calling window.print to tell the browser to print the document. When we press it, depending on the browser, a window appears, and there we can select the printer and some features.

Note: if you want to hide the dialog, you can use my plugin.

I am using Chrome, the thermal printer I have is a Xprinter 58, please note that I am not using any margins, so we can take the full space:

And when I click “Print” Chrome sends the receipt to the printer and we have this:

Conclusion

In this way we can print anything by using a Thermal printer, CSS, HTML and JavaScript. The only issue is that we have to confirm the action, but I have developed the solution by using a plugin.


I am available for hiring if you need help! I can help you with your project or homework feel free to contact me.
If you liked the post, show your appreciation by sharing it, or making a donation

parzibyte

Freelancer programmer ready to work with you. Web, mobile and desktop applications. PHP, Java, Go, Python, JavaScript, Kotlin and more :) https://parzibyte.me/

Ver comentarios

Compartir
Publicado por
parzibyte

Entradas recientes

Receipt designer for thermal printers – Free and open source

In the last months I have been working on a ticket designer to print on…

4 months hace

JavaScript: store and read files with the Origin Private File System

In this post you will learn how to use the Origin Private File System with…

7 months hace

JavaScript: download file with fetch

In this post you will learn how to download a file in the background using…

7 months hace

SQLite3 with vanilla JavaScript and OPFS – Hello world

In this post I will show you how to use SQLite3 directly in the web…

9 months hace

Python Thermal Printing: A Comprehensive Guide for Printing on Thermal Printers

In this tutorial, we'll explore how to effortlessly print receipts, invoices, and tickets on a…

10 months hace

Image printing on Thermal printer

When printing receipts on thermal printers (ESC POS) sometimes it is needed to print images…

10 months hace

Esta web usa cookies.