I have a web application.
On a page load,i need send a external pdf file to print .How it can make it work.
I have searched a lot , but couldn't find a working solution .
Anybody have an idea about this please??
I have a web application.
On a page load,i need send a external pdf file to print .How it can make it work.
I have searched a lot , but couldn't find a working solution .
Anybody have an idea about this please??
Use this plugin This
On document.ready use
$('ul#tools li.print a').trigger('click');
Try on console first.