Batajus

Results 5 comments of Batajus

Hey, i tried your solution, but it does not work :-( I tried the following code: ``` var printer = ipp.Printer(MY_URL); var msg = new Buffer( '02000002' + '00000001' +...

Thanks for the fast reply :-) I tried it, but now i got an error message in the console: ``` { Error at new IppResponseError (/Users/alex/dev/print/printing/node_modules/ipp/lib/request.js:72:17) at ClientRequest. (/Users/alex/dev/print/printing/node_modules/ipp/lib/request.js:40:8) at...

I also tried another printer, but i got the same error message. I have totally forgotten to say I opened a Stackoverflow question for this problem a few days ago....

I cannot print on Windows 10, too. Not even with XPS2GDI. When i run the following script: var printer = require('printer'); printer.printDirect({ data:'fs.readFileSync(filename)', success:function(jobID){ console.log("sent to printer with ID: "+jobID);...

@thealexbaron I'm a bit confused, i tried it on Windows 7 and the script does work there o.O Either the data are invalid on Windows 10 or something else is...