Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Direct Print Plug-in

We all know that it's impossible to do native print in a browser that bypasses the browser's print dialog, however, we have the need to do a direct print, ideally where we could also select a particular printer, and other settings programmatically.

I know that ActiveX plug-ins exist that do this, however, we all know that ActiveX plug-ins only work in IE. Is there an existing plug-in, either in Flash or Silverlight that allows us to programmatically set printer properties and then direct print without opening the browser's native dialog?

A Java solution would be okay too. But clearly, it's not as desirable due to the installed footprint and ease of installation.

like image 759
asnyder Avatar asked Jul 13 '11 15:07

asnyder


People also ask

How do I print with HP print Service Plugin?

Open the item you want to print, tap the menu icon , and then tap Print. A print preview screen displays. 2. Tap the down arrow to view the printer list, and then select HP [your printer model name] to print over the network, or DIRECT-xx-HP [your printer model name] to print with Wi-Fi Direct.

What is plugin in printing?

(Android, iOS, Windows 10) Enables Hybrid SDK (Kapsel) applications to print documents. The Printer plugin supports printing documents in three ways: Print the current page from within the application.


1 Answers

Can Adobe AIR be a partial solution? I said partial because you first have to convince/tell people to download your printer AIR app that can basically invoked from browser which is in your case a print command.

AIR has nativeprocess capability so you can either develop your own executables or use any other command line print tools. This might be a good start.

like image 54
Kumsal Obuz Avatar answered Oct 05 '22 22:10

Kumsal Obuz