Neodynamic JSPrintManager for Blazor Releases
Released: Aug 15, 2025
Updates in 8.0.25.815
Fixes
- Added missing SerialPortDataBits enum. Changed SerialComm's DataBits prop from integer to SerialPortDataBits data type.
Released: Jul 22, 2025
Updates in 8.0.25.719
Fixes
- Added TraysInfo, PapersInfo and MediaTypesInfo classes to fix JSON serialization issues.
- Calling JS promises from .NET Blazor code.
Released: Jul 11, 2025
Updates in 8.0.25.711
Fixes
- JSPM.JSPrintManager.GetPrintersInfo() and other related methods when just an element is returned.
- Added Error prop to PrinterInfo class.
Released: May 31, 2025
Updates in 8.0
Features
- 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...
Released: May 22, 2024
Updates in 7.0.24.521
Fixes
- JSPM.JSPrintManager.Start() should not call OnStatusChanged when a WS (WebSocket) connection is already open.
Released: May 16, 2024
Updates in 7.0.24.516
Fixes
- WS Status hangs on 'WaitingForUserResponse' even when the origin is in the allow list.
Released: May 16, 2024
Updates in 7.0.24.515
Fixes
- JS script version did not match the version 7.
Released: Apr 15, 2024
Updates in 7.0
Features
- Added JS sendIppMessage function to send IPP Messages to IPP hosts/devices/printers.
- Added JS printerDeleteAllJobs function to delete all print jobs in a given printer queue.
- Added JS getDeviceId function to get the client system ID based on the OS native machine UUID/GUID.
- Added JS sitesManager function to allow or block a given site/device address.
- Added the printAutoCenterHorizontally and printAutoCenterVertically properties to PrintFilePDF.
- Added docName prop to PrintFile class to...
Released: Jun 1, 2023
Updates in 6.x
v6.0.23.823
Updated Aug 24, 2023
Fixes
- Fixed `You have to specify an address` error when using BluetoothPrinter class.
6.0.23.817
Updated Aug 17, 2023
Fixes
- JSPM.JSPrintManager.Start() method when calling it more than once.
6.0.23.721
Updated Jul 21, 2023
Features
- Added ShowProgressUI prop to ClientScanJob to show or hide the progress UI (Windows only).
6.0.23.703
Updated Jul 3, 2023
Fixes
- Fixed PrintScale PDF settings default value.
Features
- Added BluetoothPrinter class...
Released: Jul 7, 2022
Updates in 5.x
5.0.23.115
Updated Jan 24, 2023
Features
- Added driverModel prop to InstalledPrinter class to specify the Windows Driver Model 3 or 4.
5.0.22.1205
Updated Dec 5, 2022
Features
- Added 'SendClientPrintJobAsync', 'SendClientScanJobAsync' and 'OnError' methods.
5.0.22.830
Updated Aug 30, 2022
Fixes
- Removed ref to old V4 WS port.
5.0.22.801
Updated Aug 4, 2022
Features
- Added support for Multi-user Sessions scenario through the getClientAppInstances and GetUserName methods.