JSPrintManager.js
8.0.0
dotnet add package JSPrintManager.js --version 8.0.0
NuGet\Install-Package JSPrintManager.js -Version 8.0.0
<PackageReference Include="JSPrintManager.js" Version="8.0.0" />
<PackageVersion Include="JSPrintManager.js" Version="8.0.0" />
<PackageReference Include="JSPrintManager.js" />
paket add JSPrintManager.js --version 8.0.0
#r "nuget: JSPrintManager.js, 8.0.0"
#addin nuget:?package=JSPrintManager.js&version=8.0.0
#tool nuget:?package=JSPrintManager.js&version=8.0.0
JSPrintManager is a Javascript + Client App solution for Client-side Printing & Scanning scenarios designed to be used in any Website developed on top of any Web Platform like ASP.NET, PHP, Django, Ruby On Rails (RoR), Express.js and more!
By writing pure Javascript code, JSPrintManager 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 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), Bluetooth (RFCOMM) 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
8.0.0 | 299 | 6/10/2025 |
7.0.2 | 1,246 | 10/15/2024 |
7.0.1 | 2,207 | 5/22/2024 |
7.0.0 | 371 | 4/15/2024 |
6.0.3 | 5,163 | 8/23/2023 |
6.0.2 | 4,495 | 8/17/2023 |
6.0.1 | 4,339 | 7/21/2023 |
6.0.0 | 5,099 | 6/2/2023 |
5.0.4 | 7,211 | 4/27/2023 |
5.0.3 | 4,994 | 1/24/2023 |
5.0.2 | 4,600 | 8/30/2022 |
5.0.1 | 4,600 | 8/4/2022 |
5.0.0 | 5,476 | 6/25/2022 |
4.0.7 | 5,135 | 3/21/2022 |
4.0.6 | 4,388 | 3/18/2022 |
4.0.5 | 4,861 | 1/26/2022 |
4.0.4 | 4,395 | 12/15/2021 |
4.0.3 | 3,833 | 12/3/2021 |
4.0.2 | 4,444 | 10/14/2021 |
4.0.0 | 4,389 | 6/26/2021 |
3.0.8 | 5,717 | 3/27/2021 |
3.0.7 | 5,700 | 2/19/2021 |
3.0.6 | 4,998 | 11/12/2020 |
3.0.5 | 5,715 | 8/21/2020 |
3.0.4 | 5,477 | 8/12/2020 |
3.0.3 | 5,302 | 7/28/2020 |
3.0.2 | 5,116 | 7/22/2020 |
3.0.1 | 5,126 | 7/13/2020 |
3.0.0 | 5,385 | 7/2/2020 |
2.0.4 | 5,881 | 1/2/2020 |
2.0.2 | 5,301 | 5/17/2019 |
2.0.1 | 5,498 | 5/15/2019 |
2.0.0 | 7,527 | 1/26/2019 |
1.0.2 | 6,332 | 7/27/2018 |
1.0.1 | 5,885 | 7/24/2018 |
1.0.0 | 6,149 | 7/16/2018 |
● New! Added 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.
● New! (Windows) Added localsOnly param to GetPrinters() method. If true, it will list the local printers only.
● New! (Windows) Added IsRaw property to GetPrintersInfo() output.
● New! (Windows) Added Status property to GetPrintersInfo() output.
● New! (Windows) Added GetVideoDevices method to get list of video input (camera) devices available in the client system.
● New! (Windows) Added ClientVideoScanJob class to get video input (camera) snapshots from the client system.
● New! (Windows) Added support for generating multipage PDF files when using the ClientScanJob class.
● New! (Windows) Added support for generating multipage TIFF files when using the ClientScanJob class.
● New! (Windows) Added GetScannersInfo func to get details (device name, horizontal and vertical resolutions supported, whether the device supports duplex, feeder and more) about the scanner devices available in the client system.
● New! (Windows) Added support for Latin1 CodePage when using BIDI Serial RS232 communication.
● New! Added support for many TIFF image compressions to the scan job classes through the tiffCompression property.
● New! Added support for many PNG image compressions to the scan job classes through the pngCompression property.
● New! Added support for output rotation to the scan job classes through the RotAngle property.