You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conn.printFile(printers[printerID]["name"], path, " ", { "media": "A5", "number-up": "4", "sides": "two-sided-long-edge" })
This is the code to print two sided but it's not working. I'm sure my printer supports two-sided prints this is what I get when I getPrinterAttributes 'sides-supported': ['one-sided', 'two-sided-long-edge', 'two-sided-short-edge']
The text was updated successfully, but these errors were encountered:
conn.printFile(printers[printerID]["name"], path, " ", { "media": "A5", "number-up": "4", "sides": "two-sided-long-edge" })
This is the code to print two sided but it's not working. I'm sure my printer supports two-sided prints this is what I get when I getPrinterAttributes
'sides-supported': ['one-sided', 'two-sided-long-edge', 'two-sided-short-edge']
The text was updated successfully, but these errors were encountered: