Is there a similar way to print another URL in this fashion? (As opposed to the current one.) For example a list where each line represents a file and each line contains a print button/link. (So you could print the destination file before actually visiting the link and going to that page.)
– JayJul 18 '17 at 18:04
The simplest way I can think of involves opening the page you want to print in a new window, and that page doing `window.print(); window.close()`. But perhaps there's a simpler way I don't know about. Try asking as a new top level question.
– dave4420Jul 18 '17 at 20:45