This is a simple tool which allows you to download and merge all PDF files from a website of your desire e.g free eBooks only available in chapters at publisher websites ...
You will need Python 3 installed on your system. Additionally you will need the library PyPDF2 installed.
After downloading the tool, switch to the folder containing pdfCrawler.py, start the terminal and enter
$ python3 pdfCrawler.py to start the tool.
Select by either entering 1 or 2 into the console, whether you want so save the resulting .pdf file into the working or into a user specific directory.
Enter the absolute path of the folder you want to save the file in.
Enter the url containing the PDF files you want to download and merge.
Input url: www.your-dowload-link.tld/PATH
Confirm your inputs with yor cancel the download with n
- Cleanup code
- Write unit-test
- Upload compiled binary for Windows and Unix systems