MatteoMeil / node-native-printer

Node module to print from nodejs apps
83 stars 41 forks source link

Barcode/QR printer #12

Closed dimitrisal closed 5 years ago

dimitrisal commented 5 years ago

This is not an issue is more like a question , can this be used with a barcode / qr printer? if yes do we need to change any options??

thanks in advance

MatteoMeil commented 5 years ago

I'm sorry for replying so late. I had a intense period of study and work.

If you do not need to have options such as cutting or else related to thermal printers, yes, you can use with thermal printer. This package use system's spooler and drivers, so the OS manages printer. With this package you only set some options and say to the printer what to print.

Obviously some options won't be available, such as collate or duplexing.

Anyway, if you're looking for something more specific for thermal printers you can take a look at this google research.