mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
957f7ab45c
* Download page as PDF. * Contributor name. * Pudim page typo. |
||
---|---|---|
.. | ||
download-page-as-pdf.py | ||
README.md | ||
requirements.txt |
Download Page as PDF:
Download a page as a PDF .
Required Modules :
- pyppdf
pip3 install pyppdf
- pyppyteer
pip3 install pyppeteer
Examples of use :
- Download a page:
python download-page-as-pdf.py -l 'www.pudim.com.br'
- Download a page and give a pdf name:
python download-page-as-pdf.py -l 'http://www.pudim.com.br' -n 'pudim.pdf'