JSPrintManager.js 4.0.0

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

// Install JSPrintManager.js as a Cake Tool
#tool nuget:?package=JSPrintManager.js&version=4.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) 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
7.0.0 197 4/15/2024
6.0.3 5,038 8/23/2023
6.0.2 4,428 8/17/2023
6.0.1 4,264 7/21/2023
6.0.0 4,496 6/2/2023
5.0.4 4,475 4/27/2023
5.0.3 4,871 1/24/2023
5.0.2 4,502 8/30/2022
5.0.1 4,524 8/4/2022
5.0.0 5,136 6/25/2022
4.0.7 4,869 3/21/2022
4.0.6 4,309 3/18/2022
4.0.5 4,754 1/26/2022
4.0.4 4,314 12/15/2021
4.0.3 3,754 12/3/2021
4.0.2 4,311 10/14/2021
4.0.0 4,291 6/26/2021
3.0.8 5,211 3/27/2021
3.0.7 5,436 2/19/2021
3.0.6 4,887 11/12/2020
3.0.5 5,595 8/21/2020
3.0.4 5,386 8/12/2020
3.0.3 5,197 7/28/2020
3.0.2 5,005 7/22/2020
3.0.1 4,986 7/13/2020
3.0.0 5,275 7/2/2020
2.0.4 5,716 1/2/2020
2.0.2 5,168 5/17/2019
2.0.1 5,374 5/15/2019
2.0.0 7,385 1/26/2019
1.0.2 6,128 7/27/2018
1.0.1 5,701 7/24/2018
1.0.0 5,890 7/16/2018

• New! PrintFileGroup class to treat and print a group of files (Mix Images, PDF &amp; TXT) as they were part of a single multipage document with duplex printing support.
• New! Added advanced Multipage TIF printing (Print as Grayscale, Rotation, Page Range, Duplex, Sizing, Auto Center, and Auto Rotate) through the new PrintFileTIF class.
• New! Added native support for the following Image formats: Windows or OS/2 Bitmap File (*.BMP), Dr. Halo (*.CUT), DirectDraw Surface (*.DDS), ILM OpenEXR (*.EXR), Raw Fax format CCITT G3 (*.G3), Graphics Interchange Format (*.GIF), High Dynamic Range (*.HDR), Windows Icon (*.ICO), Amiga IFF (*.IFF, *.LBM), JPEG-2000 codestream (*.J2K, *.J2C), JPEG Network Graphics (*.JNG), JPEG-2000 File Format (*.JP2), Independent JPEG Group (*.JPG, *.JIF, *.JPEG, *.JPE), JPEG XR image format (*.JXR, *.WDP, *.HDP), Commodore 64 Koala format (*.KOA), Multiple Network Graphics (*.MNG), Portable Bitmap (ASCII) (*.PBM), Portable Bitmap (BINARY) (*.PBM), Kodak PhotoCD (*.PCD), Zsoft Paintbrush PCX bitmap format (*.PCX), Portable Floatmap (*.PFM), Portable Graymap (ASCII) (*.PGM), Portable Graymap (BINARY) (*.PGM), Macintosh PICT (*.PCT, *.PICT, *.PIC), Portable Network Graphics (*.PNG), Portable Pixelmap (ASCII) (*.PPM), Portable Pixelmap (BINARY) (*.PPM), Adobe Photoshop (*.PSD), Sun Rasterfile (*.RAS), RAW camera image (CRW/CR2, NEF, RAF, DNG, MOS, KDC, DCR, etc), Silicon Graphics SGI image format (*.SGI), Truevision Targa files (*.TGA, *.TARGA), Tagged Image File Format (*.TIF, *.TIFF), Wireless Bitmap (*.WBMP), Google WebP image format (*.WEBP), X11 Bitmap Format (*.XBM), X11 Pixmap Format (*.XPM).
• New! Manual duplex printing support for text plain files through PrintFileTXT class.
• New! Scanner support for duplex and feeder (ADF) options under Windows Clients.
• New! UI for managing sites permissions.