electron-pos-printer
electron-pos-printer copied to clipboard
Copies property not working.
const options = { preview: false, // Preview in window or print width: 318, // width of content body margin: "0 0 0 0", // margin of content body copies: 2, // Number of copies to print printerName: "58mm-thermal-printer", // printerName: string, check with webContent.getPrinters() timeOutPerLine: 400, silent: true, };
set 'copies' to 2, but getting only 1.
not working as aspected.
Try to increase the timeOutPerLine to maximum. This worked for me.