mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
10 lines
252 B
Markdown
10 lines
252 B
Markdown
|
# HTML to PDF
|
||
|
This is a simple script that lets you convert HTML url to pdf.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* Clone the repo
|
||
|
* download the requirements
|
||
|
* Install [wkhtmltopdf](https://wkhtmltopdf.org/downloads.html) as per your operating system
|
||
|
* run `python script.py`
|