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.
Asked
Active
Viewed 726 times
3
-
just out of curiosity and to help potential answerers, what makes you "pretty sure those won't work with LQ-310"? – Eric Wong Sep 18 '19 at 00:59
-
Because i tried them with a LQ-300+ II which has the same interface. – m4heshd Sep 19 '19 at 09:46