up vote 4 down vote favorite
share [g+] share [fb]

My PM just stopped by and he wanted a copy of all of our pages... Is there a way to do this for all pages without having to go to each one?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Free/Open Source application to crawl you're own site:

http://www.httrack.com/

Then send the resulting local html files to the printer.


Should mention that httrack has a configuration for controlling how deep you traverse you're site hierarchy (and other options).

link|improve this answer
feedback

This is a really crazy idea but how about this:

Get a list of all the pages in an array and use JavaScript to load each page with an interval of like 20 seconds. When the page gets loaded fire the window.print() Javascript function. The print job will be finished within 20 seconds and the new page gets loaded and the same thing will again happen.

link|improve this answer
I believe that window.print though will show the print dialog. – Mitchel Sellers Oct 14 '08 at 18:04
Thanks Mitchel Sellers! Can that be by passed? – azamsharp Oct 14 '08 at 19:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.