Is there anyway to automatically run javascript:window.print() when the page finishes loading?
javascript:window.print()
The following code must be put at the end of your HTML file so that once the content has loaded, the script will be executed and the window will print.