0

I want to download pdf files from http://bookzz.org/ using java. How I can pass a file name to the site and get list to choose from? How can I make all these steps run in the background?

Mad Physicist
  • 107,652
  • 25
  • 181
  • 264
  • 1
    Please show us your attempt and the code and we can review it to see what could be changed. The site is not a code writing service or tutorial. – Fencer04 Sep 02 '16 at 16:24

1 Answers1

0

You can use e.g. HtmlUnit to access a web site via java. You can use this to perform searches in the form and than use the links to download the files.

MrSmith42
  • 9,961
  • 6
  • 38
  • 49