Luke Paireepinart

Results 106 comments of Luke Paireepinart

hey @alexzm19 there is not currently a way to print unicode characters, so you need to use a charset that's built in to the printer. Take a look at these...

You can only print simplified Asian alphabets (for example, in Japanese, you can only print katakana and hiragana and the kanji support is limited, although there are code pages for...

This is a common ask, to be able to print on the fly to a printer without maintaining a persistent connection. A lot of users want to use the library...

Can you try with the legacy print image too? It is more compatible if you are not using an Epson printer. The garbled image issue typically happens when there is...

Hey @poojaDassani, Could you provide more info on your use case? Do you want to save the receipt for later printing? This library is specifically for interacting with thermal printers,...

Once you create an emitter, all it's really doing is generating byte arrays. You can use the output of the ByteSplicer.Combine(...) or combine the byte arrays however you choose. That's...

@varunbhoopalam3 I'm glad the byte array storage worked for you! Creating a system to create an image of the buffer is something I'd love to incorporate into the library. ESC/POS...

@Spoorthy283 Thank you for the kind words! I'm glad that everyone has been enjoying this library so much, and I'm excited to see it continue to grow. Which printer are...

I'm curious why this lib even uses a .png for these, why not use the browser's native rendering of Unicode emojis?

@perrich I just set up Hangfire with memory storage and console both running in the same project. There was probably a configuration error and not a problem with this library.