JSPrintManager.js
3.0.0
See the version list below for details.
dotnet add package JSPrintManager.js --version 3.0.0
NuGet\Install-Package JSPrintManager.js -Version 3.0.0
<PackageReference Include="JSPrintManager.js" Version="3.0.0" />
paket add JSPrintManager.js --version 3.0.0
#r "nuget: JSPrintManager.js, 3.0.0"
// Install JSPrintManager.js as a Cake Addin #addin nuget:?package=JSPrintManager.js&version=3.0.0 // Install JSPrintManager.js as a Cake Tool #tool nuget:?package=JSPrintManager.js&version=3.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.
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.2 | 184 | 10/15/2024 |
7.0.1 | 392 | 5/22/2024 |
7.0.0 | 319 | 4/15/2024 |
6.0.3 | 5,099 | 8/23/2023 |
6.0.2 | 4,461 | 8/17/2023 |
6.0.1 | 4,302 | 7/21/2023 |
6.0.0 | 4,918 | 6/2/2023 |
5.0.4 | 5,576 | 4/27/2023 |
5.0.3 | 4,932 | 1/24/2023 |
5.0.2 | 4,546 | 8/30/2022 |
5.0.1 | 4,562 | 8/4/2022 |
5.0.0 | 5,329 | 6/25/2022 |
4.0.7 | 5,075 | 3/21/2022 |
4.0.6 | 4,342 | 3/18/2022 |
4.0.5 | 4,793 | 1/26/2022 |
4.0.4 | 4,348 | 12/15/2021 |
4.0.3 | 3,786 | 12/3/2021 |
4.0.2 | 4,382 | 10/14/2021 |
4.0.0 | 4,330 | 6/26/2021 |
3.0.8 | 5,413 | 3/27/2021 |
3.0.7 | 5,561 | 2/19/2021 |
3.0.6 | 4,928 | 11/12/2020 |
3.0.5 | 5,641 | 8/21/2020 |
3.0.4 | 5,414 | 8/12/2020 |
3.0.3 | 5,235 | 7/28/2020 |
3.0.2 | 5,033 | 7/22/2020 |
3.0.1 | 5,044 | 7/13/2020 |
3.0.0 | 5,315 | 7/2/2020 |
2.0.4 | 5,783 | 1/2/2020 |
2.0.2 | 5,217 | 5/17/2019 |
2.0.1 | 5,402 | 5/15/2019 |
2.0.0 | 7,421 | 1/26/2019 |
1.0.2 | 6,162 | 7/27/2018 |
1.0.1 | 5,730 | 7/24/2018 |
1.0.0 | 5,925 | 7/16/2018 |
• New! All advanced PDF printing (Print as Grayscale, Print Annotations, Rotation, Page Range) in v2.0 that were available for Windows, now are available for macOS and Linux!
• New! Added more PDF printing settings like Sizing (None & Fit), Auto Center, and Auto Rotate to PrintFilePDF class.
• New! Printing Password-protected PDF files through PrintFilePDF class.
• New! Added manual Duplex printing support for PDF files through PrintFilePDF class.
• New! Added new PrintFileDOC class supporting .docx, .docm, .dotx, .dotm, .doc, .dot, .rtf, and .odt file formats. For Windows clients only. Requires Microsoft Word 97+!
• New! Support for printing Password-protected DOC files, and options like manual Duplex, Pages Range through the brand new PrintFileDOC class. For Windows clients only. Requires Microsoft Word 97+!
• New! Added new PrintFileXLS class supporting .xl, .xlsx, .xlsm, .xlsb, .xlam, .xltx, .xltm, .xls, .xla, .xlt, .xlm, .xlw and .ods file formats. For Windows clients only. Requires Microsoft Excel 97+!
• New! Support for printing Password-protected XLS files, and Pages Range setting through the brand new PrintFileXLS class. For Windows clients only. Requires Microsoft Excel 97+!
• New! Added Duplex printing options (Default, Simplex, Vertical, Horizontal) to InstalledPrinter based on the built-in duplex support of the target printer.
• New! Added None option to TextAlignment enum for printing txt files as is i.e. without any alignment.
• New! Get list of Fonts available in the client system.
• New! Get list of Serial/COM ports available in the client system.
• New! Scan documents and images from TWAIN/WIA/SANE-compatible scanner devices specifying DPI/resolution, Pixel Mode (Grayscale, Color) and the desired output image format (JPEG/JPG, PNG).
• New! Get list of scanner devices available in the client system.
• New! Bidirectional (BIDI) Serial Port (RS-232, COM & TTY) Communication support.
• New! PrintFileTXT now supports sources from files, URL, BLOB, and Base64.