Please help, I've been looking for hours but I can't find a definitive answer... On my web app a jQuery dialog pops up with a PDF loaded within an iframe. If possible I need the user to be able to click the "print" button (on jQuery UI modal dialog) which then brings up the Adobe Reader print dialog for them to print the PDF. I know they can hover over the PDF to show the toolbar but this is not always ideal for the computer illiterate. Tried the usual things like window.print() etc and also looking into PDF "open parameters" to no avail.
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
I've also tried embedding the PDF and using window.print() and print preview but the PDF doesn't show on the preview screen.