electron-pos-printer icon indicating copy to clipboard operation
electron-pos-printer copied to clipboard

Copies property not working.

Open msahu2595 opened this issue 4 years ago • 1 comments

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.

msahu2595 avatar Dec 09 '20 13:12 msahu2595

Try to increase the timeOutPerLine to maximum. This worked for me.

anandubabu-kr avatar Sep 18 '23 14:09 anandubabu-kr