Neodynamic.Blazor.JSPrintManager 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Neodynamic.Blazor.JSPrintManager --version 5.0.0
NuGet\Install-Package Neodynamic.Blazor.JSPrintManager -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neodynamic.Blazor.JSPrintManager" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neodynamic.Blazor.JSPrintManager --version 5.0.0
#r "nuget: Neodynamic.Blazor.JSPrintManager, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Neodynamic.Blazor.JSPrintManager as a Cake Addin
#addin nuget:?package=Neodynamic.Blazor.JSPrintManager&version=5.0.0

// Install Neodynamic.Blazor.JSPrintManager as a Cake Tool
#tool nuget:?package=Neodynamic.Blazor.JSPrintManager&version=5.0.0

JSPrintManager for Blazor allows you to perform Client-side Printing & Scanning from any Blazor WebAssembly or Blazor Server projects!
By writing pure .NET code, JSPrintManager for Blazor allows you to easily send raw data, text and native commands as well as known file formats (like PDF, TXT, DOC, XLS, JPG, PNG) to any printer installed or available at the client machine without showing or displaying any print dialog box!
JSPrintManager for Blazor does support any kind of type and brand printers! Thermal Label Barcode printers, POS receipt printers, RFID printers, Dot-Matrix printers, Kiosk printers, ID Card printers, Laser, Inkjet and more...
Printers Connectivity support includes: installed Windows printers (for USB connection), Shared Printers on the client machine network with a UNC name/path, printers connected to Parallel Port (e.g. LPT1) Centronics or Serial Port RS-232 (e.g. COM1) as well as IP/Ethernet Network printers.
Send any Printer Command Language! Most known like ESC/P, PCL, PostScript, PRN, ZPL, EPL, IPL, DPL, EZPL, ZGL, SBPL, RCL WPL, CLP, IBM Proprinter, CPL, Dymo ESC codes, SPL, TCPL, TSPL-EZ, DASCOM, and more. USPS, FedEx, UPS, DHL shipping labels formats too.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 106 4/15/2024
6.0.23.823 1,056 8/23/2023
6.0.23.817 136 8/17/2023
6.0.23.721 214 7/21/2023
6.0.23.703 251 7/3/2023
6.0.0 412 6/2/2023
5.0.23.115 34,069 1/24/2023
5.0.22.1205 529 12/5/2022
5.0.22.830 1,897 8/30/2022
5.0.22.801 511 8/4/2022
5.0.0 653 7/7/2022
4.0.22.624 1,063 6/24/2022
4.0.21.1116 1,028 11/16/2021
4.0.21.720 505 7/20/2021
4.0.21.712 376 7/12/2021
4.0.21.710 294 7/9/2021
4.0.21.709 337 7/9/2021
4.0.0 332 7/1/2021

● New! Added Windows Icon image for printers through the GetPrintersInfo method. Support for various icon sizes through the new PrinterIcon enum.
● New! Added GetClientAppInfo method to get the Version, OS and CPU of the JSPrintManager Client App running at the client machine.
● New! Added GetMAC method to get the Media Access Control (MAC) address of the client machine.
● New! Added support to InstalledPrinter class for automatically detecting Raw Mode Data Type based on the Windows printer driver model. Enable it by setting AutoDetectRawModeDataType prop to true.
● New! Added GetDefaultTrayName and GetDefaultPaperName methods to get the default Tray Name and Paper Name for the specified printer.
● New! Added GetTrays and GetPapers methods to get the list of supported Trays and Papers for the specified printer.
● New! Added GetPaperInfo method to get paper related info (width, height, printable area) for the specified printer and paper name.
● New! Added support for printing files from external URLs bypassing CORS restriction. Added ExternalURL option to FileSourceType enum.
● New! Bidirectional TCP Communication support through the new TcpComm class. Send/Write & Receive/Read data to any IP Address and Port reachable from the client system. The Address requires to be in the client's allow list!
● New! Added JPG Compression Quality setting for image scan output.
● New! Added Black and White pixel mode support for image scan output.
● New! Added TIFF image format support for scan output.
● New! Added PDF document format support for scan output.
● New! Added UI Settings dialog which features Sites Manager (Allow/Block list), Proxy info, and Certificate CA & SAN edition. NOTE: CA custom setting is allowed for White Label Licenses only!
● New! Added UI client app Logs view available from the system tray icon.