Skip to content

Commit 5eb60fa

Browse files
authored
readme.md added
1 parent 0478d44 commit 5eb60fa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Image_Text to PDF/readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## About:
2+
This script adds image and text to a pdf file.
3+
4+
## Prerequisites
5+
Libraries: reportlab
6+
7+
#### Install :
8+
```console
9+
pip install reportlab
10+
```
11+
12+
## How to use:
13+
14+
* Replace <b>img.jpg</b> with the image you want to add.
15+
* Add your text inside <b>input.txt</b>.
16+
* Run in terminal
17+
18+
```console
19+
python3 script.py
20+
```
21+
* Hurray!! Your PDF is generated.

0 commit comments

Comments
 (0)