Skip to content

Latest commit

 

History

History

Webpage To PDF

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Convert Webpage o PDF File

forthebadge forthebadge forthebadge forthebadge

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

Requirements

Python3.6+

wkhtmltopdf in the same directory

pip install -r requirements.txt

Usage

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

Contribution

Any kind of contributions are welcome

  1. Fork the project
  2. Commit your changes
  3. Open a pull request