Do you know a good software to download all PDF links in a web page??

Operating system is Windows 7.

link|improve this question

60% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You can use wget and run a command like this:

wget -r -l 1 -nd -nH -A pdf http://example.com

UPDATE: Since your update says you are running Windows 7: use wget for Windows from a cmd prompt.

UPDATE 2: For a graphical solution - though it may be overkill since it gets other files too is DownThemAll

link|improve this answer
thank you kevin for your advice, wget looks good, anyway i would prefer a 'graphic' software, non command line. :) – iAsk Mar 20 '11 at 21:09
feedback

Your Answer

 
or
required, but never shown

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