Neodynamic JSPrintManager for Blazor 新版本发表

Released: Jul 3, 2026

9.0.26.703 中的更新

修补程序

  • Fixed barcode detection in scan job scenarios.

Released: Jul 1, 2026

9.0.26.701 中的更新

修补程序

  • Fixed barcode detection in scan job scenarios.

Released: May 16, 2026

9.0 中的更新

特性

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

Released: May 14, 2026

8.0.26.501 中的更新

修补程序

  • Fixed error handling for async methods.
  • Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().

Released: Aug 15, 2025

8.0.25.815 中的更新

修补程序

  • Added missing SerialPortDataBits enum. Changed SerialComm's DataBits prop from integer to SerialPortDataBits data type.

Released: Jul 22, 2025

8.0.25.719 中的更新

修补程序

  • Added TraysInfo, PapersInfo and MediaTypesInfo classes to fix JSON serialization issues.
  • Calling JS promises from .NET Blazor code.

Released: Jul 11, 2025

8.0.25.711 中的更新

修补程序

  • JSPM.JSPrintManager.GetPrintersInfo() and other related methods when just an element is returned.
  • Added Error prop to PrinterInfo class.

Released: May 31, 2025

8.0 中的更新

特性

  • Added a new client app setting to allow non-secure WebSocket connections. Both, the website that calls JSPrintManager.Start() and the client app must be configured to allow non-secure WS communication.
  • Added support for many TIFF image compressions to the scan job classes through the TiffCompression property.
  • Added support for many PNG image compressions to the scan job classes through the PngCompression property.
  • Added support for output rotation to the scan job classes through the RotAngle...

Released: May 22, 2024

7.0.24.521 中的更新

修补程序

  • JSPM.JSPrintManager.Start() should not call OnStatusChanged when a WS (WebSocket) connection is already open.

Released: May 16, 2024

7.0.24.516 中的更新

修补程序

  • WS Status hangs on 'WaitingForUserResponse' even when the origin is in the allow list.