Print out PDF with javascript

Posted by Daniel Abrahamsson on Stack Overflow See other posts from Stack Overflow or by Daniel Abrahamsson
Published on 2010-06-15T14:17:06Z Indexed on 2010/06/16 8:52 UTC
Read the original article Hit count: 459

Filed under:
|

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').

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about printing