crabbly / Print.js

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

Is it possible to use Print.js without an user action ? #630

Open WInzelrac opened 2 years ago

WInzelrac commented 2 years ago

Hi, Print.js seems to be really usefull for what I'm trying to do. I want to print as PDF a form I've made and add the PDF save to the form as a hidden document. I just want to have a kind of security. But I don't know if I can use Print.js an hidden way for the user. Does the user necessary have to click on print and download the PDF ?