printing - Print out PDF with javascript -


I need to print multiple PDFs with Javascript. Is it possible to do this without rendering each PDF in a separate window? Is possible and window.print () ? Without calling

, I would like to be able to do something like print ('My_pdf_url') .

Edit After some search, I have come to the conclusion that there are no other methods than the one described above. It is far from the right solution, but it Works in simple cases.

Edit I ended up merge PDF to a monster PDF on behalf of the server and then send this single PDF to the user, who can choose to print it is.

"When it comes to web page internet there is no way that you send directly to the default printer You can set up a Javascript command. "

If you are viewing intranet / local network vs. Internet:" Internet explorer options about javascript (called jscript) for browser and operating system There is a bit more info in Javascript The personal computer on the network running the intranet can be configured to allow JScript windows to print () commands directly without displaying the print dialog. This configuration is set on each client computer separately Up will be required "


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -