Print out PDF with javascript
- by Daniel Abrahamsson
I have a need to print out multiple PDFs with the help of javascript. Is this even possible without rendering each PDF in a separate window and calling window.print()?
Basically, I would like to be able to do something like print('my_pdf_url').