How do I print directly from printer?
This is a intranet web application. The user will use this application and they will print out the report from the printer of their department (different department, different printer). I'm Googling to print out directly from printer, but I can't find anywhere. I'm using Yii Framework 1.11.
How can I do this? Is it possible to print out directly from printer? How?
You can try this:-
AT least I fount the best way. I got the js from following site.
http://www.position-absolute.com/articles/printing-web-pages-a-new-jquery-printing-plugin/
My View (index or something)
My Controller
My model
My view (print.php)
For web application all print works has dependency with your browser. You have to create a page or popup window just for print view with special Html and css.