Learn what's new across releases, with details of features, enhancements, and resolved issues.
Neodynamic JSPrintManager for Blazor 9.0.26.727Jul 28, 2026
Fixes
- Scan Job events order was not honored.
Neodynamic JSPrintManager for Any Web Platform 9.0.1Jul 3, 2026
Fixes
- Fixed false positive for WSStatus.CertificateError.
Neodynamic JSPrintManager for Blazor 9.0.26.703Jul 3, 2026
Fixes
- Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Blazor 9.0.26.701Jul 1, 2026
Fixes
- Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.625Jun 30, 2026
FeaturesAndroid Only
- On evaluation/trial mode, actions (print & BIDI comm) are now limited to 100 per day.
FixesWindows, 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.609Jun 10, 2026
FixesAndroid 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.601Jun 1, 2026
FixesWindows 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.525May 29, 2026
FixesWindows, Mac, Linux, and RPi
- Fixed worker port detection when using under print server mode.
- Fixed SSL Fatal error handling.
Neodynamic JSPrintManager for Blazor 9.0Major versionMay 16, 2026
Features
- 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.0Major versionMay 15, 2026
Features
- 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.0Major versionMay 15, 2026
FeaturesWindows
- 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.501May 14, 2026
Fixes
- Fixed PDF borderless printing.
- Fixed high CPU under multi-user sessions scenario.
Neodynamic JSPrintManager for Blazor 8.0.26.501May 14, 2026
Fixes
- Fixed error handling for async methods.
- Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.325Mar 30, 2026
FixesMac 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.227Mar 2, 2026
Fixes
- 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.215Feb 16, 2026
FixesWindows 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.209Feb 11, 2026
FeaturesWindows Only
- Added settings for TWAIN driver of PaperStream with Fujitsu scanners.
FixesWindows Only
- Access Violation error under IPP Comm, Setting License, and Sites Manager tasks.
- Calling getPrintersInfo() could crash the app under certain scenarios.