Neodynamic JSPrintManager for Blazor 5.x

Released: Jul 7, 2022

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.

5.0

Updated Jul 7, 2022

Features

  • Added Microsoft Windows Icon image for printers using GetPrintersInfo method. Supports various icon sizes using new PrinterIcon enum.
  • Added GetClientAppInfo method to get the Version, OS and CPU of the JSPrintManager Client App running on the client machine.
  • Added GetMAC method to get the Media Access Control (MAC) address of the client machine.
  • Added support to InstalledPrinter class for automatically detecting Raw Mode Data Type based on Windows printer driver model. Enable it by setting AutoDetectRawModeDataType prop to true.
  • Added GetDefaultTrayName and GetDefaultPaperName methods to get the default Tray Name and Paper Name for a specified printer.
  • Added GetTrays and GetPapers methods to get the list of supported Trays and Papers for a specified printer.
  • Added GetPaperInfo method to get paper related info (width, height, printable area) for a specified printer and paper name.
  • Added support for printing files from external URLs bypassing CORS restrictions. Added ExternalURL option to FileSourceType enum.
  • Added bidirectional TCP Communication support using new TcpComm class. Send/Write and Receive/Read data to any IP Address and Port reachable from the client system.
  • Added JPG compression quality setting for image scan output.
  • Added black and white pixel mode support for image scan output.
  • Added TIFF image format support for scan output.
  • Added PDF document format support for scan output.
  • Added UI Settings dialog which features Sites Manager (Allow/Block list), Proxy info, and Certificate CA and SAN edition.
  • Added UI client app Logs view available from the system tray icon.