I have a web app that creates a pdf using Websupergoo's ABCPDF. Right now after the user clicks the CreatePDF button the browser just downloads the created PDF. Instead I would like the print dialog to open so that the user can choose a printer and then print the PDF.
How can this be accomplished?
Please let me know if you need to see any of my code in the comment area and I will oblige.