Created
April 7, 2016 04:20
-
-
Save bklockwood/726b2a2e70e5802b8b0d0ec0413bafab to your computer and use it in GitHub Desktop.
Print a webpage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$IE = new-object -ComObject "InternetExplorer.Application" | |
$webpage = "http://bestforpuzzles.com/daily-quick-crossword/puzzles/2016-04/dq1-2016-04-06.html" | |
$IE.Navigate($webpage) | |
$IE.ExecWB(6,2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tested and working - my default printer spit that page right out.
ExecWB