Downloading a website/website prerequisites
Need to downloade python and set the path to environment vairables
Need to downloade wkhtmltopdf
There are 3 optoin for dowloading 1.pdf 2.docx 3.html Note: add the wkhtmltopdf also to the environment vairabiles
install pip
pip install requests pdfkit python-docx beautifulsoup4
run the command
Note: Make sure to specify the correct path of wkhtmltopdf before running the code in my case it is as below in the python code. 
Thankyou
Last updated