Skip to content

One of my coolest project! Automating the boring task of organizing multiple image files (JPEG/ JPG/ PNG) into a PDF document with a precise pattern and also keeping the image quality intact ! Coded using Python's FPDF and Glob !

Notifications You must be signed in to change notification settings

MohdZish/Images-to-PDF-Conversion-Automation-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Images-to-PDF-Conversion-Automation

This is a small but a cool project I worked on, with the goal here being to automate the boring mundane task of organizing multiple image files in a PDF document. Instead of using word or other existing softwares for these stuff, this Python code is capable of producing a PDF document with all the images.

The pattern for embedding the images in the pdf can be chosen by the user (or the programmer), and the images can hence be thoroughly distributed according to out liking. This is hence a great tool for printing.

This was made using Python's FPDF library, and also glob.

About

One of my coolest project! Automating the boring task of organizing multiple image files (JPEG/ JPG/ PNG) into a PDF document with a precise pattern and also keeping the image quality intact ! Coded using Python's FPDF and Glob !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages