Hi,
I am trying to print a pdf from my application by using below code
var v = window.open('http://192.168.1.32/DEVDownloadPath/2014/06/25/Statement6000125963520142506182511927.pdf');
v.print();
but it's printing blank page , as whenever print method triggered the pdf is not fully loaded into the page and it;s printing blank page. Any solution will be appreciated.
Go to the complete details ...