I have a table with rows in it corresponding to documents. I'd like the user to be able to click a "print" button in the table and have the browser open the standard print dialog (ctrl-P).
So far, I've looked at Print.js (pdf/html/image/json only) and iframe methods (just attempts to download the file) - neither work.
Is this doable?