Skip to content

kranz912/urltopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urltopdf

Project Prerequisites

install pdfkit

pip install pdfkit

install httplib2

pip install httplib2

install BeautifulSoup

pip install bs4

install wkhtmltopdf

https://wkhtmltopdf.org/downloads.html

Note: on windows wkthmltopdf must be added as a path variable

usage

python urltopdf.py <url> <path>
python urltopdf.py https://www.google.com/ kraz.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published