Neodynamic JSPrintManager Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
Neodynamic JSPrintManager for Blazor 9.0.26.72728 jul 2026
Correcciones
  • Scan Job events order was not honored.
Neodynamic JSPrintManager for Any Web Platform 9.0.13 jul 2026
Correcciones
  • Fixed false positive for WSStatus.CertificateError.
Neodynamic JSPrintManager for Blazor 9.0.26.7033 jul 2026
Correcciones
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Blazor 9.0.26.7011 jul 2026
Correcciones
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.62530 jun 2026
Funciones

Android Only

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

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 jun 2026
Correcciones

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 jun 2026
Correcciones

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 may 2026
Correcciones

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.0Versión principal16 may 2026
Funciones
  • 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.0Versión principal15 may 2026
Funciones
  • 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.0Versión principal15 may 2026
Funciones

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 may 2026
Correcciones
  • Fixed PDF borderless printing.
  • Fixed high CPU under multi-user sessions scenario.
Neodynamic JSPrintManager for Blazor 8.0.26.50114 may 2026
Correcciones
  • Fixed error handling for async methods.
  • Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.32530 mar 2026
Correcciones

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
Correcciones
  • 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
Correcciones

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
Funciones

Windows Only

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

Windows Only

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