JSPrintManager icon indicating copy to clipboard operation
JSPrintManager copied to clipboard

Advanced Client-side Printing & Scanning Solution for Javascript

Results 21 JSPrintManager issues
Sort by recently updated
recently updated
newest added

hello .. i'm using the source code in this article https://www.neodynamic.com/articles/Print-HTML-from-Javascript-to-client-printer-without-print-dialog-silently/ but the print outcome is not good. it is very very small can you help me ?? ![WhatsApp Image...

Hi, The **Demo** for **Print Images & Docs** fails to print the provided sample pdf, or any local pdf. For the sample pdf (https://neodynamic.com/temp/LoremIpsum.pdf) I receive this error: "**Job cancelled:...

While importing `jsprintmanager` as shown in https://github.com/neodynamic/JSPrintManager/issues/48, I receive a critical dependency warning: EDIT: Issue persists on `v5.0.2`

Hi, I'm seeking a solution for our specific use case. This script is implemented in a warehouse where employees use scanners and printers. Access to this particular interface is granted...

When following the documentation [here](https://www.neodynamic.com/articles/How-to-trace-Print-Job-Status-from-Javascript/) is there any more documentation surrounding the events? I'm speaking more directly about the job `state` and `state-descriptions. ``` cpj.onUpdated = function (data) { $("#txtPrintJobTrace").val($("#txtPrintJobTrace").val()...

Since i have zero background on this printing stuff but it's all fun to set this up for my wifes hair salon, i tried looking behind the doors a bit....

JSPM.JSPrintManager.getScanners() : doesn't not collect any printer connected to the web

Hi, i have a problem with auto select. I use this sample code, and Please help me. How to select my printer (not first on list) after loda sprinter list?...

I am getting undefined for JSPM ` import * as JSPM from 'jsprintmanager' componentDidMount() { JSPM.JSPrintManager.Caller = this; //get client installed scanners JSPM.JSPrintManager.getScanners().then(function (scannersList) { JSPM.JSPrintManager.Caller.setScannerDevices(scannersList); }); } ` ![image](https://user-images.githubusercontent.com/85544538/218938326-88b659d3-ef2d-4f72-9069-909ead3e3877.png)

Can we define the name of the print that show in printer jobs screen queue on windows SO machine? ![image](https://user-images.githubusercontent.com/14979508/218762005-e320eb83-fa06-46b9-bd85-45b588cd9c68.png)