mike42 / escpos-php

PHP library for printing to ESC/POS-compatible thermal and impact printers
Other
2.55k stars 862 forks source link

Partial support snbc printer btp-r880npv #720

Open welrachid opened 5 years ago

welrachid commented 5 years ago

Hi snbc btp-r880npv tested. Characters/text works OK - gives us a lot of wierd stuff instead of images. snbc btp-r880npv

mike42 commented 5 years ago

Which image printing command are you using?

I've noticed that bitImageColumnFormat() seems to work on many printers where bitImage() or graphics() does not.

welrachid commented 5 years ago

Hi Mike. We are using graphics. Unfortunately i no longer have access to the printer. Once i get the access again i will try using bitImageColumnFormat

welrachid commented 5 years ago

Hi mike. So i've been working on a fallback solution and in my work i've come across an issue.

Im not sure this is related so i've made a new issue element

https://github.com/mike42/escpos-php/issues/733