Cisco publish the Internetworking Technology Handbook on their website but they only provide the individual chapters in pdf. Is there a .pdf of the entire thing available?
|
Actually you can just run:
Which will grab just the PDFs. You can use the GPL2/free basic version of pdfsam (PDF Split and Merge) or ghostscript (gs) if on Linux/command line (apt-get install ghostscript if on Ubuntu/Debian, etc. likely there's an RPM or you can compile from source as well). Edit: I can't believe I just did this, but what the hey: here's the entire gs cmd, copy and paste (and I better get the Answer for this):
|
|||||||
|
|
I know it might be fairly labour intensive, but you could download all the chapters and the use something like PDF Merge 1.0 to join them all together into one. |
|||
|
|
|
If you can't find it as one, easily way to get all the chapters would be something like:
I use variations on the above to get lectures sometimes, if the site is complicated I might use a perl HTML parser. You will need to modify the above a little, didn't want to post the exact code to crawl a site. |
||||
|
|