| > Once I download an entire website onto my local hard
drive
> thru HTTrack Website Copier, is there some way (or tool
to
> use) for me to be able to print all of the website pages
> in sequential order?
This isn't possible directly.
Linux: with some scripting, it is be possible to do so,
using something like!
find . -type f -name "*.html" -exec myfooprint {} \;
Windows: select the project folder, and use the explorer
to "search files", of name "*.html". Once done, select them
all (CONTROL-A) and, using the right mouse click,
select "Print" - this will print all the pages.
| |