Girish Venkatachalam wrote: > I wish to print the PDF that is linked to. > >
Do you mean an embedded pdf file? You cannot depend on that behavior - some people configure pdf files to be downloadable rather than open it in a browser window. > How do I do that? I think opening an iframe can do it. > > If possible how to do with jQuery code? > > Iframe will only let you embed another page from the same domain inside a page. It still won't get around the default pdf behavior settings in that particular user's browser. Why not let people print from their favorite pdf reader? Vamsee.