escpos-php
escpos-php copied to clipboard
PHP library for printing to ESC/POS-compatible thermal and impact printers
Hi, very cool library. thank you for your great work. I've creates a escpos file with your library and saved the output in a file. how can I send the...
It's possibile to print a recept from a script in cloud (normal webapp from www.xxx.com) to a local ethernet pos printer?
My setup: - Laravel (8.0) app running on Sail (Docker) - macOS Catalina 10.15.7 - Star TSP654II printer - USB connection Error: `Failed to print. Command "smbclient '//This-MacBook-Pro/Star_TSP654__STR_T_001_' -c 'print...
Hello @mike42 I use an Epson TM-L90 printer with the escpos command, but I have problems when printing QRcode, the paper that comes out of the printer is empty and...
Is it possible to use the LAN address of the client and not the server for the connection to ESCPOS? Maybe using javascript?
The library support Zebra S4M?
Hi there! This extension is required to use the library. I can see it was previously included in the list of required extensions, but now it is not. https://github.com/mike42/escpos-php/issues/201
Hi, as requested, i want to tell you am printing with your great library on: MUNBYN Wifi (ITPP047P-USEW-BK Wifi2.0) Crashes when using "graphics();", but works fine with "bitimage();" (Printer is...
I am currently trying to print Chinese characters with a Epson tm-t20III. But I just noticed that you can't change print size when using the unifontPrintBuffer is this correct? With...
help me how i can do ` $profile = CapabilityProfile::load("default"); $buffer = new ImagePrintBuffer(); $buffer -> setFont(__DIR__ . '/../../phetsarath_ot.ttf'); $buffer -> setFontSize(12); $printer = new Printer($connector); $printer -> setPrintBuffer($buffer); $printer...