The python script converts the webpage to pdf file
What the program does?
- Takes single URL as input at the same time
- Converts the page into PDF file
Python3.6+
wkhtmltopdf in the same directory
pip install -r requirements.txt
get_links.py [-h] -u URL
Download Images From Webpage
optional arguments:
-h, --help show this help message and exit
-u URL URL to extract links from
Any kind of contributions are welcome
- Fork the project
- Commit your changes
- Open a pull request