I have a pdf on a webpage. When a visitor clicks and opens the pdf I want the print dialog window to open automatically, so that the visitor only have to click "Print". Can this be done? If so, how?
I have a pdf on a webpage. When a visitor clicks and opens the pdf I want the print dialog window to open automatically, so that the visitor only have to click "Print". Can this be done? If so, how?
This.print();
You could add a non-printing button.
George Kaiser