crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.32k stars 674 forks source link

How do I print pdf without opening the print pdf dialog ? #594

Open akshay-developer-2021 opened 3 years ago

akshay-developer-2021 commented 3 years ago

I need to just print a div data and don't want use to click extra. As soon as user clicks I need to start downloading printed pdf.

Anyone knows how to do it ?

"print-js": "^1.6.0",