Skip to content

Latest commit

 

History

History
 
 

Image Text to PDF

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.