jsprintmanager

Print Commands & Files, Manage Printers & Scan Docs from Javascript. JSPrintManager Solution allows you to print RAW Printer Commands as well as known File Formats (PDF, JPG, PNG, etc.) from Javascript right to any printer available at the client machine.

Usage no npm install needed!

<script type="module">
  import jsprintmanager from 'https://cdn.skypack.dev/jsprintmanager';
</script>

README

JSPrintManager

Print Commands & Files, Manage Printers & Scan Docs from Javascript

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! Scan Documents & Images is also supported!

More details about JSPrintManager...

Features

Raw Data Printing

Send any raw data & commands supported by the client printer like EPSON ESC/POS, HP PCL, PostScript, Zebra ZPL and Eltron EPL, and more! Shipping labels generated by postal services like UPS, FedEx, USPS, DHL as well as PRN files are also supported!

Advanced PDF Printing

Print PDF files without requiring Adobe Reader or any other external software! Advanced PDF Printing settings include Tray Name, Paper Size, Print Rotation, Pages Range, Duplex, Password-protection and more!

Print Images & Docs

In addition to print raw commands, you can also use JSPrintManager solution to send and print known file formats like PDF, TXT, DOC/x, XLS/x, JPG, PNG, and more! PDF, TXT, PNG, JPG and BMP are natively supported; others will require external software like Word, Excel, LibreOffice, etc.

Advanced DOC Printing

Print DOC files silently with Advanced Printing settings including Password-protected files, manual Duplex, Pages Range, and more! Windows only, requires MS Word 97+

Advanced XLS Printing

Print XLS files silently with Advanced Printing settings including Password-protected files, Pages Range, and more! Windows only, requires MS Excel 97+

Print Files With Password

Print Password Protected PDF, DOC & XLS files! The password protected file is set at server side and the password to unlock it is encrypted and embedded into the file as part of its metadata.

Web Scan Docs & Images

Scan docs & images through any TWAIN/WIA/SANE-compatible devices specifying settings like DPI Resolution, Pixel Mode (Grayscale, Color), and Output Image Format (JPG, PNG)!

Tray/Bin & Paper Size

If the printer is installed in the client system through a Printer Driver, then you can specify to which Tray Name to send the print job and specify a Paper Size if desired. The file formats supported by this feature are PDF, JPEG, PNG, BMP & TXT

BIDI Serial Comm

Bidirectional Serial Port Communication support! Send/Write & Receive/Read data strings to any RS-232, COM & TTY port available on the client system.

Get Printers Info & Status

Besides getting the list of installed printers available in the client machine, you can also get further details like DPI Resolution, PortName, "Is Connected", "Is Shared", "Is Local", "Is Network", "Is Virtual or Real/Physical printer?", as well as the list of supported Papers and list of trays/bins!

Printers Watcher

Detect when a new printer is added, when a printer is removed/deleted, and when any changes or modifications are done on any printers available at the client machine. Windows only

Get Print Jobs Status

Trace print jobs status when targeting any installed client printers. Got notified whether the print job completed, number of printed pages, and many more related information.

Print Server Mode

JSPrintManager can be installed and configured as a dedicated print service on a given Desktop, Server or Device running Windows, Linux, macOS/OSX or Raspberry Pi OSes

Print from Mobile & Sandboxed Devices

With JSPrintManager in Print Server Mode, clients such as mobile/sandboxed devices (running iOS, Android, ChromeOS...) and Terminal Services/Citrix environments will be able to print from your website! Useful for Mobile Billing, Mobile POS, Mobile Ordering, etc.

Print to Any Printer

Print to any brand and type of client printers! Thermal Label Barcode printers, POS receipt printers, Impact printers, Ticket printers, RFID printers, Dot-Matrix, 3D Printers and more!

Get Printers Info

Besides getting the list of installed printers available in the client machine, you can also get further details like DPI Resolution, PortName, "Is Connected", "Is Shared", "Is Local", "Is Network", "Is Virtual or Real/Physical printer?", as well as the list of supported Papers and list of trays/bins!

Tray & Paper Size

If the printer is installed in the client system through a Printer Driver, then you can specify to which Tray Name to send the print job and specify a Paper Size if desired. The file formats supported by this feature are PDF, TIFF, JPEG, PNG, BMP & TXT

Printer Communication

Client Printers Connectivity support: installed printers through Printer Driver (for USB connection), Shared Printers, Parallel Port (LPT) or Serial Port RS-232 (COM) as well as IP/Ethernet Network printers. On Linux & Mac OS, any kind of printer installed through CUPS is supported.

Any Web Platform

Based on pure Javascript code, JSPrintManager.js can be used in any Web Platform like ASP.NET, PHP, Django, Ruby On Rails (RoR), Express.js as well as in any Web Framework like Angular or React

Cross Platform Client

Any Client platform can print from your Website. JSPrintManager App supports Windows, macOS / OS X, Linux & Raspberry Pi (Linux ARM) devices. It's a very small client App without external dependencies! No ActiveX, No Flash, No Silverlight, No Java, No .NET Framework

JSPrintManager Components

  • The Website component (JSPrintManager.js) is a Javascript object which is used in a website to generate "Client Print Jobs".

  • The Client-side component is a lightweight native app (without any dependencies) that processes all the "Client Print Jobs" generated by the Javascript object. JSPrintManager App can be installed on Windows, Linux, Mac & Raspberry Pi! Download JSPrintManager App...

Sample Code

The GitHub repo contains the source code of JSPrintManager Online Demo Website

Licensing

JSPrintManager is a Commercial product. Licensing model and prices are available here

Support

Tech questions are handled by Neodynamic Dev Team

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

  • Initial release of JSPrintManager

1.0.1

  • Fixed! UTF8 string to Byte Array conversion.
  • Improved! WebSocket connection.

1.0.2

  • Fixed! Honoring UTF8 BOM for raw printer commands.

2.0.0

  • New! Print PDF silently without Adobe Reader or FoxIt Reader dependencies for Windows Clients!
  • New! PDF file custom printing settings like Print as Grayscale, Print Annotations, Rotation, Page Range and more! Refer to the PrintFilePDF class in the help doc
  • New! TXT file custom printing now featuring settings like Print Orientation, Text Alignment (Justify, Left, right, center); output font name, size, color and style (bold, italic, underline, strikethrough) and margins! Refer to the PrintFileTXT class in the help doc
  • New! Get Installed Printers from the client with useful info about them like PortName, Is Connected, Is Shared, Is Local, Is Network, DPI Resolution, as well as the list of supported Papers and list of trays/bins. With this info it's possible to infer whether a given device is a real/physical printer or a virtual printer
  • New! InstalledPrinter class now supports Tray Name and Paper Name settings. NOTE: The supported file formats allowed for these new settings are BMP, JPG, PNG, TXT and PDF
  • New! Print Server Mode which allows printing scenarios where mobile/sandboxed devices (running iOS, Android, Chrome OS, etc.) and Terminal Services/Citrix environments are involved
  • New! Support for non-Admin user accounts
  • Improved! Memory Managment and WebSockets communication

2.0.1

  • Fixed! Error "Invalid ClientJob: Invalid printer type" when using JSPM.NetworkPrinter class.

2.0.2

  • Fixed! Error Raw commands encoding for chars in the range 128-255/80-FF.

3.0.0

  • 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.
  • BREAKING CHANGES
    • 32-bit JSPM Client App for Mac and Linux are no longer supported. Only 64-bit macOS and Linux are supported. -Serial Port Data Bits is now an enumeration called JSPM.Serial.DataBits
    • JSPM.WSStatus.Blacklisted renamed to JSPM.WSStatus.Blocked

3.0.1

  • Fixed! Support for IE11.

3.0.2

  • Fixed! license_url setting throws an error if websocket was not open.

3.0.3

  • Fixed! license_url setting throws "Uncaught TypeError: Cannot read property 'status' of undefined."

3.0.4

  • Fixed! Malformed message - Invalid License

3.0.5

  • Fixed! 'JSPM not defined' when importing JSPM module.

3.0.6

  • Fixed! Removed JSPM.Serial.StopBits.None which is not a valid value.

4.0.0

  • New! PrintFileGroup class to treat and print a group of files (Mix Images, PDF & 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.

4.0.1

  • Fixed! stop function.

4.0.2

  • New! Added onError event to WS.
  • Fixed! PrintFile serialization when source type is set to Base64.

4.0.3

  • Improved! Moved to JS Modules.

4.0.4

  • Fixed! PrintFilePDF serialization when source type is set to Base64.

4.0.5

  • Fixed! function do not exist.