Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Print Direct from Web application to local printer

My Requirement is to print invoices in pdf direct to local printer from web application developed in .net mvc framework.

I need to do exact like shipstation is doing with SHIPSTATION CONNECT

SHIPSTATION CONNECT

Does it use process like

REMOTE PRINTER SHARING CODEPROJECT

or using WMI library to share printer remotely.

Any expert thought will help me and my programmer to build the solution.I am not expecting code or spoon feeding but like to know the process and way to start on this in right direction.

Thanks in advance for the help!

regards

like image 281
sunny Avatar asked Jun 27 '15 19:06

sunny


People also ask

How do I print directly from a Web application?

Web applications can print to local printers installed on your device using the browser print function which is accessible by pressing the Ctrl+P keys. Without using the browser's print function, web application cannot access printers on your device.

How do I print a remote computer to a local printer?

Select the file on your remote computer that you want to print. Open the document and initiate print operation by selecting Print command from the file menu (or Ctrl+P in Windows and ⌘+P in Mac). Select RemotePC Printer in the window and click Print. Select a local printer when prompted, and click 'Continue'.

How do I print using Bluetooth thermal printer from the browser?

To begin, configure WebPRNT Browser to open the desired web-based application which supports WebPRNT and print to the desired Bluetooth printer. Once configured, simply pair your mobile device to a Star Micronics Bluetooth printer, open your application on WebPRNT Browser, and print directly from the app.


1 Answers

check printnode.com might be of some help.Seems like doing same thing what you want.The service is not free chargeable or alternatively you can build same using google cloud print.

like image 182
Saurabh D Avatar answered Sep 29 '22 21:09

Saurabh D