Hi all,
I'm looking to automate the printing process for a web page. Basically, the user clicks on a button to print the page, and the script changes the page setup options to the appropriate ones for that page, prints the document, and changes the settings back. Any idea how I might do this?
I'm familiar with the javascript window.print() method, but I'm looking for a little more functionality.
I'm looking to automate the printing process for a web page. Basically, the user clicks on a button to print the page, and the script changes the page setup options to the appropriate ones for that page, prints the document, and changes the settings back. Any idea how I might do this?
I'm familiar with the javascript window.print() method, but I'm looking for a little more functionality.