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?
Asked
Active
Viewed 54 times
0
-
1Please 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 Answers
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
-
Thank you But is their any way to do this using java code only because i want to make this project in android also , – Mohamd ahmed Sep 02 '16 at 15:24
-
Its seams that there is a *selenium* driver for android http://stackoverflow.com/a/9722656/1921273 – MrSmith42 Sep 02 '16 at 15:28