Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 466 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 466 Bytes

About:

This script adds image and text to a pdf file.

Prerequisites

Libraries: reportlab

Install :

   pip install reportlab

How to use:

  • Replace img.jpg with the image you want to add.
  • Add your text inside input.txt.
  • Run in terminal
  python3 script.py
  • Hurray!! Your PDF is generated.