JSPrintManager.js 6.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package JSPrintManager.js --version 6.0.0
NuGet\Install-Package JSPrintManager.js -Version 6.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="JSPrintManager.js" Version="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JSPrintManager.js --version 6.0.0
#r "nuget: JSPrintManager.js, 6.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 JSPrintManager.js as a Cake Addin
#addin nuget:?package=JSPrintManager.js&version=6.0.0

// Install JSPrintManager.js as a Cake Tool
#tool nuget:?package=JSPrintManager.js&version=6.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.

There are no supported framework assets in this package.

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
6.0.3 4,246 8/23/2023
6.0.2 3,799 8/17/2023
6.0.1 3,789 7/21/2023
6.0.0 3,974 6/2/2023
5.0.4 3,919 4/27/2023
5.0.3 4,374 1/24/2023
5.0.2 3,971 8/30/2022
5.0.1 3,938 8/4/2022
5.0.0 4,474 6/25/2022
4.0.7 4,261 3/21/2022
4.0.6 3,818 3/18/2022
4.0.5 4,092 1/26/2022
4.0.4 3,817 12/15/2021
4.0.3 3,264 12/3/2021
4.0.2 3,724 10/14/2021
4.0.0 3,886 6/26/2021
3.0.8 4,624 3/27/2021
3.0.7 4,847 2/19/2021
3.0.6 4,262 11/12/2020
3.0.5 5,045 8/21/2020
3.0.4 4,776 8/12/2020
3.0.3 4,542 7/28/2020
3.0.2 4,450 7/22/2020
3.0.1 4,460 7/13/2020
3.0.0 4,671 7/2/2020
2.0.4 5,128 1/2/2020
2.0.2 4,645 5/17/2019
2.0.1 4,702 5/15/2019
2.0.0 6,701 1/26/2019
1.0.2 5,450 7/27/2018
1.0.1 5,037 7/24/2018
1.0.0 5,214 7/16/2018

● New! Added BluetoothPrinter class for printing to printers supporting BT Classic (RFCOMM protocol).
● New! BIDI Bluetooth communication support for devices supporting BT Classic (RFCOMM protocol).
● New! Added JS getBluetoothDevices function to get list of Bluetooth devices available in the client system.
● New! Custom paper settings support (through paperName prop) for InstalledPrinter class.
● New! Added printScale prop to PrintFilePDF class to print PDF files with scaling.
● New! Added mediaType prop to InstalledPrinter class.
● New! Added mediaTypes array property to getPrintersInfo output containing the list of media types supported by each printer.
● New! Added JS getMediaTypes function to get the list of supported Media Types for the specified printer.
● New! Added customPaperSupport property to getPrintersInfo output. This tells whether the printer allows custom paper size setting.
● New! Added customPapers array property to getPrintersInfo output containing the list of custom papers supported by each printer. (Windows only)
● New! Added isFax property to getPrintersInfo output. (Windows only)
● New! Added printer's Icon to getPrintersInfo extended version. (Windows only)
● New! Added printer's LanguagesSupportedNames to getPrintersInfo extended version. (Windows only)
● New! Added showUI prop to ClientScanJob to use the scanner driver UI when scanning. (Windows only)
● New! Added macOS Icon image for printers through the JS getPrintersInfo function. (macOS only)