Print everything on a web page

Is there a script out there somewhere that can take the current page and print ALL of its content, exactly as shown by a browser? If I simply go to File -> Print, it will not print all the necessary elements (i.e. some graphics, scripts, etc).

Not really - there are print stylesheets for a reason. You could scrape the site yourself and change the stylesheets, but that’s up to you to decide if you want to do that much work…

Which web browser? I found an addon for IE a long time ago (IEPrint?) that supposedly does/did what you want. This is the first thing I found that seems more recent:

HP makes something similar-ish:

http://www.hp.com/global/us/en/consumer/digital_photography/free/software/smart-web-printing.html

For Firefox:

https://addons.mozilla.org/en-US/firefox/addon/4111/

Worst case scenario, you could use a screen capture tool that auto-scrolls the browser window and then print the resulting image. Plenty of free tools exist to do the job.

Take a screenshot of it. Then you are sure it looks excatly as seen in the browser.

There’s a Firefox plugin called Screengrab where you can take a screendump of the entire document.

:tup: That’s a great extension!