Forum Moderators: open
[developer.irt.org...]
You might make your "Print" link first load the pdf in the window (or in a new window.) Then use onLoad in the body tag to call the window.print() function.
If you really don't want people to see the document on screen, you might create a page which is a 0%,100% frameset and load the PDF document into the invisible 0% frame, again calling window.print() onLoad.