Neodynamic JSPrintManager Versioni

Scopri le novità in ogni release, con dettagli su funzionalità, miglioramenti e problemi risolti.

gen
feb
mar
apr
mag
giu
lug
ago
set
ott
nov
dic
Neodynamic JSPrintManager for Blazor 9.0.26.72728 lug 2026
Correzioni
  • Scan Job events order was not honored.
Neodynamic JSPrintManager for Any Web Platform 9.0.13 lug 2026
Correzioni
  • Fixed false positive for WSStatus.CertificateError.
Neodynamic JSPrintManager for Blazor 9.0.26.7033 lug 2026
Correzioni
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Blazor 9.0.26.7011 lug 2026
Correzioni
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.62530 giu 2026
Funzionalità

Android Only

  • On evaluation/trial mode, actions (print & BIDI comm) are now limited to 100 per day.
Correzioni

Windows, Mac, Linux, and RPi

  • Missing critical setting in CA cert.
  • CA cert is now saved in binary format.
  • Insecure WebSocket communication.

Android Only

  • Respond to JS getWorkerInstance func was not returning the right JSON.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.60910 giu 2026
Correzioni

Android Only

  • Bluetooth Comm - Missing 'flush' call on RFCOMM output stream caused intermittent comm failures.
  • TCP Comm - Missing 'flush' call on TCP output stream.
  • TCP Comm - Nagle's algorithm caused printer commands to be delayed.
  • License controller custom headers were ignored.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.6011 giu 2026
Correzioni

Windows Only

  • Bluetooth BIDI Comm was not correctly closed.

Android Only

  • getWorkerInstance was not returning the correct output.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.52529 mag 2026
Correzioni

Windows, Mac, Linux, and RPi

  • Fixed worker port detection when using under print server mode.
  • Fixed SSL Fatal error handling.
Neodynamic JSPrintManager for Blazor 9.0Versione principale16 mag 2026
Funzionalità
  • Added automatic multi-user sessions management.
  • Added support for selecting which SSL/TLS Versions and Cipher Suites will be supported by the JSPM App. Modify the security options through the Settings dialog.
  • Windows - Added support for printing Excel Worksheets by name or index. Added SheetNames and SheetIndexes array props to PrintFileXLS class.
  • Windows - Added JSPrintManager.GetUsbDevices() method to return the list of USB devices available in the client system.
  • Windows - Added support for USB BIDI Communication through the new USBComm class.
  • Windows - Added JSPrintManager.GetHidDevices() method to return the list of HID devices available in the client system.
  • Windows - Added support for HID BIDI Communication through the new HIDComm class.
  • Windows - Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added EnableDecodeBarcode prop to ClientScanJob class.
  • Windows - Added TrayIndex and PaperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Windows - Added PageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Windows - Added AutoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".
  • macOS/Linux - Added duplex and ADF scan job support.
  • macOS/Linux - Added support for JSPrintManager.GetScannersInfo() method.
  • Blazor - Added JSPrintManager.GetWorkerInstance() method to get the JSPrintManager Client App Worker instance info.
  • Blazor - Added licenseCustomHeaders param to JSPrintManager.Start() method to set any custom HTTP headers for authorization.
  • Blazor - Added JSPMWSStatus.NotInstalled, JSPMWSStatus.CertificateError, and JSPMWSStatus.ConnectionError enum values.
Neodynamic JSPrintManager for Any Web Platform 9.0Versione principale15 mag 2026
Funzionalità
  • Added automatic multi-user sessions management.
  • Added support for selecting which SSL/TLS Versions and Cipher Suites will be supported by the JSPM App. Modify the security options through the Settings dialog.
  • Windows - Added support for printing Excel Worksheets by name or index. Added sheetNames and sheetIndexes array props to PrintFileXLS class.
  • Windows - Added JSPM.JSPrintManager.getUsbDevices() func to return the list of USB devices available in the client system.
  • Windows - Added support for USB BIDI Communication through the new JSPM.USBComm class.
  • Windows - Added JSPM.JSPrintManager.getHidDevices() func to return the list of HID devices available in the client system.
  • Windows - Added support for HID BIDI Communication through the new JSPM.HIDComm class.
  • Windows - Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added enableDecodeBarcode prop to ClientScanJob class.
  • Windows - Added trayIndex and paperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Windows - Added pageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Windows - Added autoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".
  • macOS/Linux - Added duplex and ADF scan job support.
  • macOS/Linux - Added support for JSPM.JSPrintManager.getScannersInfo() function.
  • JS - Added JSPM.JSPrintManager.getWorkerInstance() function to get the JSPrintManager Client App Worker instance info.
  • JS - Added JSPM.JSPrintManager.license_custom_headers property to set any custom HTTP headers for authorization.
  • JS - Added JSPM.WSStatus.NotInstalled, JSPM.WSStatus.CertificateError, and JSPM.WSStatus.ConnectionError enum values.
  • JS - Added JSPM.JSPrintManager.WS.onConnectionFailed function.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0Versione principale15 mag 2026
Funzionalità

Windows

  • Added support for printing Excel Worksheets by name or index. Added sheetNames and sheetIndexes array props to PrintFileXLS class.
  • Added JSPM.JSPrintManager.getUsbDevices() func to return the list of USB devices available in the client system.
  • Added support for USB BIDI Communication through the new JSPM.USBComm class.
  • Added JSPM.JSPrintManager.getHidDevices() func to return the list of HID devices available in the client system.
  • Added support for HID BIDI Communication through the new JSPM.HIDComm class.
  • Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added enableDecodeBarcode prop to ClientScanJob class.
  • Added trayIndex and paperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Added pageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Added autoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".

Mac and Linux

  • Added duplex and ADF scan job support.
  • Added support for JSPM.JSPrintManager.getScannersInfo() function.
Neodynamic JSPrintManager for Any Web Platform Client App 8.0.26.50114 mag 2026
Correzioni
  • Fixed PDF borderless printing.
  • Fixed high CPU under multi-user sessions scenario.
Neodynamic JSPrintManager for Blazor 8.0.26.50114 mag 2026
Correzioni
  • Fixed error handling for async methods.
  • Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.32530 mar 2026
Correzioni

Mac Only

  • Custom paper name did not work when printing known file formats like PDF.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.2272 mar 2026
Correzioni
  • Updated the CA Certificate lifetime to 3650 days to simplify the cert managment, specially under "print server" mode.
  • Updated the App "Server" Certificate lifetime to 195 days to fit in the CA/Browser Forum schedule.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.21516 feb 2026
Correzioni

Windows Only

  • App crashes when printer driver "PCL6 V4 Driver for Universal Print" is being used.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.20911 feb 2026
Funzionalità

Windows Only

  • Added settings for TWAIN driver of PaperStream with Fujitsu scanners.
Correzioni

Windows Only

  • Access Violation error under IPP Comm, Setting License, and Sites Manager tasks.
  • Calling getPrintersInfo() could crash the app under certain scenarios.