Skip to content

Commit 8443803

Browse files
Create README.md
1 parent 0632ebe commit 8443803

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pdf_to_html/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# HTML to PDF Converter
2+
3+
The HTML to PDF Converter is a Python script that allows you to easily convert HTML files to PDF using the `pdfkit` library. This script provides a simple and convenient way to generate PDF documents from HTML content.
4+
5+
## Table of Contents
6+
7+
- [Prerequisites](#prerequisites)
8+
- [Installation](#installation)
9+
- [Usage](#usage)
10+
- [Options](#options)
11+
- [Example](#example)
12+
- [License](#license)
13+
14+
## Prerequisites
15+
16+
Before using this script, make sure you have the following prerequisites installed on your system:
17+
18+
- Python 3
19+
- [pdfkit](https://pypi.org/project/pdfkit/) library
20+
21+
You can install the `pdfkit` library using pip:
22+
23+
```bash
24+
pip install pdfkit

0 commit comments

Comments
 (0)