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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -