printing - how to set print settings with javascript? -
i want set print settings like: portrait / landscape, no. of copies, no. of pages, page size , quality using javascript
is there way achieve this?
if yes please tell me how this.
this can not done js. thing can print css:
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
this used when print.
ps: , im happy can't done. imagine every website mess print params.
Comments
Post a Comment