Dot matrix printing module for Node.js/Electron?

742 Views Asked by At

I have this kind of a big Java swing application containing 70,000+ lines of code that i want to migrate to Electron. I have a critical requirement for printing with Epson dot matrix printers (ESC/P2). To be more specific Epson LQ-310. Currently I'm using RTextPrinter for this task which works perfectly but i can't seem to find a Javascript alternative for this. I found this and this but pretty sure those won't work with LQ-310.

0

There are 0 best solutions below