Neodynamic JSPrintManager for Blazor 6.x

Released: Jun 1, 2023

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.

6.0

Updated Jun 1, 2023

Features

  • Added BluetoothPrinter class for printing to printers supporting BT Classic (RFCOMM protocol).
  • Added BIDI Bluetooth communication support for devices supporting BT Classic (RFCOMM protocol).
  • Added GetBluetoothDevices method to get list of Bluetooth devices available in the client system.
  • Added Custom paper settings support (through PaperName prop) for InstalledPrinter class.
  • Added PrintScale prop to PrintFilePDF class to print PDF files with scaling.
  • Added MediaType prop to InstalledPrinter class.
  • Added MediaTypes array property to GetPrintersInfo output containing the list of media types supported by each printer.
  • Added GetMediaTypes function to get the list of supported Media Types for the specified printer.
  • Added CustomPaperSupport property to GetPrintersInfo output. This tells whether the printer allows custom paper size setting.
  • Added CustomPapers array property to GetPrintersInfo output containing the list of custom papers supported by each printer (Microsoft Windows only).
  • Added IsFax property to GetPrintersInfo output (Windows only).
  • Added ShowUI prop to ClientScanJob to use the scanner driver UI when scanning (Windows only).
  • Added Apple macOS Icon image for printers through the GetPrintersInfo function (macOS only).
  • Added support for print server mode.