Neodynamic JSPrintManager 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Neodynamic JSPrintManager for Blazor 9.0.26.7272026年7月28日
修正
  • Scan Job events order was not honored.
Neodynamic JSPrintManager for Any Web Platform 9.0.12026年7月3日
修正
  • Fixed false positive for WSStatus.CertificateError.
Neodynamic JSPrintManager for Blazor 9.0.26.7032026年7月3日
修正
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Blazor 9.0.26.7012026年7月1日
修正
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.6252026年6月30日
功能

Android Only

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

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.6092026年6月10日
修正

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.6012026年6月1日
修正

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.5252026年5月29日
修正

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.0主要版本2026年5月16日
功能
  • 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.0主要版本2026年5月15日
功能
  • 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.0主要版本2026年5月15日
功能

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.5012026年5月14日
修正
  • Fixed PDF borderless printing.
  • Fixed high CPU under multi-user sessions scenario.
Neodynamic JSPrintManager for Blazor 8.0.26.5012026年5月14日
修正
  • Fixed error handling for async methods.
  • Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.3252026年3月30日
修正

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.2272026年3月2日
修正
  • 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.2152026年2月16日
修正

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.2092026年2月11日
功能

Windows Only

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

Windows Only

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