Solinidev / JPG-to-PDF

Simple Python script to create a PDF file from a set of images within seconds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JPG-to-PDF

Simple Python script to convert a set of images to PDF and combine them into one single PDF file within seconds.

screenshot_1

Do you have a set of pictures from the class topper's notes but find it difficult studying from it because of the jpg format? JPG to PDF is a simple Python script which converts all the images into PDF format and the merges all the images as one single PDF. In case you have an image which was accidentally clicked in landscape mode, the script will automatically convert it into portrait mode.
Note : The script works only for pictures clicked in portrait mode.

Working

The script only takes two inputs.

  1. The directory where the images are stored.
  2. The name of the output PDF file.

image

Note : The directory should not contain any subdirectories having images in them, i.e., the diretory should contain only the images to be converted to PDF. The output PDF is saved in the same directory.

Demo video of the script : https://drive.google.com/open?id=1HsPsVmQhWT5HVDtXKeIeiM9pCGJ9wvNc

About

Simple Python script to create a PDF file from a set of images within seconds.


Languages

Language:Python 100.0%