Closed Inbasecom closed 9 months ago
additional info:
Printing PNG images works var my_file = new JSPM.PrintFile(....
only var my_file = new JSPM.PrintFilePDF(... does not work.
Your Windows OS is 64 or 32 bits?
Our Windows operating system is 64bit and we have installed the 32bit JSPM version to be able to scan. The problem is solved, we have uninstalled and reinstalled the JSPM on this computer and it now works perfectly. We did not have this problem on other computers, so we were able to isolate the error to one PC and fix it.
Sorry for the entry here.
The print job is fired, the printer is not working.: "pending" }
if (JSPM.JSPrintManager.websocket_status == JSPM.WSStatus.Open) { var my_file = new JSPM.PrintFilePDF('/path/file.pdf', JSPM.FileSourceType.URL, 'file.pdf', 1); var cpj = new JSPM.ClientPrintJob(); cpj.clientPrinter = new JSPM.DefaultPrinter(); cpj.files.push(my_file); cpj.sendToClient(); }
With JSPM5 everything works without any problems, with JSPM6 the printer is silent. I get the following response on the console: ` Promise {