1

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??

EricSchaefer
  • 25,272
  • 21
  • 67
  • 103
Linto
  • 1,234
  • 3
  • 25
  • 41

1 Answers1

1

Use this plugin This

On document.ready use

$('ul#tools li.print a').trigger('click');

Try on console first.

Pratik Joshi
  • 11,485
  • 7
  • 41
  • 73