DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
414 stars 187 forks source link

Script to convert text and image combined into a pdf #39

Open DhanushNehru opened 1 year ago

DhanushNehru commented 1 year ago

A python script to get the inputs for the text and image and to convert it into a pdf having both the text and image in a single pdf document

Priyansh61 commented 1 year ago

hey can i be assigned to this issue?

Priyansh61 commented 1 year ago

Hey @DhanushNehru just a small doubt where do we need to include the images..

At the end of the PDF??

DhanushNehru commented 1 year ago

A pdf document can have 1 page

You need to combine a text along with an image & display it in a pdf

Eg) Your profile pic(image) - Name (text)

It could be side by side