简体   繁体   中英

Steps to connect Epson LK 300 II with python application

I have created one python based web-application. Basically the application is printing the customer bills as per their purchase. So I have created bill format but not sure how to print that by clicking on button print which i have added in page. My requirement here is when I click on that print button of my application then the bill should be printed from printer. If anyone having idea about the steps how should i process to solve this please feel free to add comments.

This should not be a Django matter. It doesn't matter if the web app is on your local machine, a web app is a web app. You have to make clear in your design if you wish to use a printer as a server or as a client.

Since I assume that it is more reasonable to print as the end user, you can simply use a bit of javascript calling window.print() on click.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM