+ 1
How to customize window.print()
Can anyone explain how to customize window.print() using javascript. Anyway?🤔
5 Antworten
+ 2
It's not possible. The browser will use the last setting which the user had used. And window.print() doesn't accept any parameters
+ 2
May be you should give them a pdf file
+ 1
what kind of customisation do you want to do
+ 1
Ayan Poddar changing size of page , orientation, etc...
+ 1
Ayan Poddar oh, thanks.