Modernize your Point-of-Sale (POS) system with seamless, dialog-free thermal printing. Send silent print requests from any web application directly to local printers.
Try PrintBridge free for the first month to see how it works in your business. No setup fees, cancel anytime.
Try the service with zero setup fee.
No commitment, cancel anytime
* Includes LKR 3,000 Setup Fee (First Month)
Total for 1st Month: LKR 5,000
* Includes LKR 3,000 Setup Fee (First Year)
Total for 1st Year: LKR 23,000
Download and install the printer service setup on your Windows PC. Once installed, the application will request an Activation OTP.
To obtain your **Activation OTP** and monthly usage **Dashboard Login Details**, send a WhatsApp message or call:
0764686371
If your application is built with Node.js, you can install and use our official helper package to connect and print silently:
npm i printer-service-package
Integrate directly by sending HTTP requests to the local background service running on the cashier's computer (Default Port: 8080).
Get a list of all printer names installed on the local system:
http://localhost:8080/printers
Response:
{
"success": true,
"printers": [
"POS-80",
"POS-58",
"Microsoft Print to PDF"
]
}
Submits an HTML string to render silently in the background and prints to the specified printer device name. Supports customized 58mm and 80mm layouts:
http://localhost:8080/print
Payload Parameters (JSON):
| Parameter | Type | Required | Description |
|---|---|---|---|
| html | String | Yes | HTML content to render silently in the background. |
| printerName | String | Yes | The exact device name of the printer. |
| width | String | No | "58mm" | "80mm" (Default: "80mm") |
Have questions about integrating Silent Printer Bridge into your system? Our team is ready to help you optimize your printing workflow.
Call Us
0764686371
+94 76 468 6371
By default, browser sandboxes prevent direct hardware access, forcing print previews. PrintBridge acts as a secure local HTTP bridge service that runs in the background on the cashier's computer. Your web POS sends a standard background JSON request to localhost, which executes the print job instantly and silently without triggering browser dialogs.
You can easily connect using our official helper package printer-service-package. The library exposes composables like useLocalPrinterService() that automatically establish connections to the local print queue, query installed printers, and send HTML or raw text payloads over HTTP.
Yes! PrintBridge routes jobs directly to the Windows print spooler. As long as your thermal receipt printer (whether Epson, Xprinter, Rongta, POS-80, or POS-58) is correctly installed on the operating system and is visible in the Windows device manager, PrintBridge can communicate with it silently.
It supports both! Since PrintBridge communicates with the local Windows printer spool queue, it doesn't matter if the physical connection is USB, serial (COM), Bluetooth, or Ethernet network (IP-based). If Windows can print to it, PrintBridge can trigger it.