escpos
escpos copied to clipboard
golang library for espos printers, supporting images, barcodes and qr codes
For everyone who will be faced with printing gibberish on such model of printer. During debugging the issue we experimentally figured out that it started printing gibberish when we send...
I tried to print something in Arabic but it got printed as random mixed chars
I recently added this library in to a project that requires CGO (due to cross compilation needs), and because of that I compiled `iconv` as a static library (alternatively, I...
Even the [WASM build failing](https://github.com/hennedo/escpos/issues/19), There's a PR which solves that. By using that PR I'm able to build a WASM binay & successfully load into browser, But the unfortunate...
I'm trying to put it in WASM to be used with JS (in browser). But WASM build is failing. Build cmd `GOOS=js GOARCH=wasm go build -o main.wasm main.go` error ```log...
@hennedo, when you get a chance, can you take a look at this? Removes github.com/qiniu/iconv in favor of github.com/justinmichaelvieira/iconv. https://github.com/justinmichaelvieira/iconv is my fork of (current) https://github.com/mushroomsir/iconv, with CP850 support added...
Hello, Thank you for making this wonderful lib, I'm facing some issues setting config to the printer, In the code snipet in the [documentation](https://github.com/hennedo/escpos?tab=readme-ov-file#usage) `p.SetConfig(escpos.ConfigEpsonTMT20II)` is missing, Following is the...
I would like to print a line to separate out some section but I don't know how or can't find example
Hello, I'm trying to use the README example and VSCode gives brokenimport error. I tried go mod tidy and go get the package, but still with error. Let me know...