Is it possible to print on a zebra labels printer when I click a button on the web page? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Is it possible to print on a zebra labels printer when I click a button on the web page?

17th Oct 2019, 5:26 AM
Edward Poluyan
Edward Poluyan - avatar
5 Respostas
0
yes
17th Oct 2019, 6:40 PM
JĆ“natas Araripe
JĆ“natas Araripe - avatar
0
How?
17th Oct 2019, 7:16 PM
Edward Poluyan
Edward Poluyan - avatar
0
If the printer is connected correctly and configured. You just need to set up the CSS page and use JavaScript to trigger the order action for the customer to print.
17th Oct 2019, 7:20 PM
JĆ“natas Araripe
JĆ“natas Araripe - avatar
0
// I use type this @media print{ body, div, input{ -webkit-print-color-adjust: exact; color-adjust: exact; } footer, .btn, .start_menu, .fixed-action-btn {display: none} @page{ size: portrait; margin: 0; } @page :last-child{ /*My conf.*/ } }
17th Oct 2019, 7:21 PM
JĆ“natas Araripe
JĆ“natas Araripe - avatar
0
From an HP Printer Open the HP Smart app or go to hpsmart.com. Click Printer Settings. Click Printer Reports under Tools. Click Network Configuration. The printer will print a network configuration page containing information that should include your IP address. It will be located under the IPv4 category. This May Help, Peter
14th Oct 2022, 7:03 AM
Peter