Chrome Direct Print (Silent Print with multiple printer support)

“Chrome Direct Print” is abandoned in favor of “WebApp Hardware Bridge
Which support all modern browsers (Chrome, Firefox, Edge),
with better compatibility, performance and serial port support.

The most challenging (and missing) part of Web-based applications (especially internal systems) is printing.
Browsers do not allow silent printing and users demand it heavily.

Chrome Direct Print” bridge the gap between Printer and Web Apps.

** Support Windows, Chrome and PDF only **

Technical Explanations

“Chrome Direct Print” make use of “Native Messaging API” to communicate with processes (aka host).

The “host” is written in Python, which is responsible for enumerating printers,
download PDF documents, and finally calling embed PDF reader to send PDF to printer.

Source Codes

This project is no longer maintained.
Source code here are for reference and study purpose only.

Host: https://github.com/imTigger/chrome-hardware-bridge-host

Chrome Extension: https://github.com/imTigger/chrome-hardware-bridge-app

NSIS Installer: https://github.com/imTigger/chrome-hardware-bridge-installer

Links

Chrome Extension: https://chrome.google.com/webstore/detail/chrome-direct-print/fnfkcaeloalplnglklappfjfjeafakeo

Host: https://s3-ap-southeast-1.amazonaws.com/tiger-workshop-public/Chrome+Direct+Print+Setup.exe

User Manual: https://s3-ap-southeast-1.amazonaws.com/tiger-workshop-public/Chrome+Direct+Print+User+Manual.pdf

Web App Usage: https://blog.tiger-workshop.com/chrome-direct-print-web-app-usage/

9 Replies to “Chrome Direct Print (Silent Print with multiple printer support)”

  1. Hi There

    We are using Odoo Pos (Python Based) that runs on a chrome web browser with 2 usb printers installed. 1 laser and one thermal slip oPos bixolon 330sp

    On cash sales we print the on the thermal receipt printer (Via posbox which we do not want – we want to connect the thermal printer direct to the windows machine) and on account sales we print 2 copies on the laser printer by downloading a pdf in chrome viewer – we want this to print automatically without the dialog box.

    I tried to use your Silent print extension for Chrome but was anable to get it to work.

    Can we pay you for setting this up for us please . I can provise teamviewer access

    my skype contact details are siddiqueameen

    Thanks
    Sid

    1. Thank you for your support. 🙂
      However I have abandoned this project because of technical limitations on Chrome extension.
      You are welcome to take over this project if you want or try “WebApp Hardware Bridge”,
      which is also open sourced and have better compatibility, performance and functionality (Raw/Receipt Printer support)

  2. Hello

    I try to use your extension on a prestashop runned website to print invoices automatically. Problem is the PDF are generated on the fly, and are not physically present on server. Your script runs well with pdf on the server but not at all with generated links, would you please contact me to talk if it’s possible to make it works ? Thank you
    P.A.

    1. Thank you for your support. 🙂
      However I have abandoned this project because of technical limitations on Chrome extension.
      You are welcome to take over this project if you want or try “WebApp Hardware Bridge”,
      which is also open sourced and have better compatibility, performance and functionality.
      “WebApp Hardware Bridge” support base64 encoded PDF file.

  3. How about open sourcing this?
    The setup is pretty basic but very powerful! I’d love to contribute to enhance this. I could use it for a project, but some extra features would be very handy!

    1. Thank you for your support. 🙂
      However I have abandoned this project because of technical limitations on Chrome extension.
      You are welcome to take over this project if you want or try “WebApp Hardware Bridge”,
      which is also open sourced and have better compatibility, performance and functionality.

  4. Hello Tiger ,
    I try “WebApp Hardware Bridge” , it work well in Intellij , But when i Create the setup and install it , the link in the desktop does’nt work , the message is ” Could not find or load main class tigerworkshop.webapphardwarebridge.Server.

    Can you Help me please ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.