Skip to main content

This is command line utility to convert images in a directory to PDF file.

Project description

Img2pdf GitHub license GitHub stars

This is command line utility to convert images in a directory to PDF file.

This is very simple CLI to convert images in a directory to a PDF file. This use Pillow( PIL ), to achieve this.

Using pip Version

Type the below command to install img2pdf.

pip install imgtopdfeasy

Typing img2pdf in your terminal would give the options available and the Parameters required like below.

usage: img2pdf [-h] -i INPUT -o OUTPUT -ext EXTENSION

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file folder full path. Realti
  -o OUTPUT, --output OUTPUT
                        Output file name,No pdf required
  -ext EXTENSION, --extension EXTENSION
                        File extension of image to add.

Its that simple. Typing

img2pdf -i <Path-to-folder> -o <Path-to-output-file> -ext <extension-of-image-to-add>

would simply create you required file.

Note: Path to output file doesn't require .pdf to be added at last.

Using Development Version

To use this go to the directory where you have images. Then type the commands below.

git clone https://github.com/naveen521kk/img2pdf.git

This create a folder called img2pdf. Then go into the folder by

cd img2pdf

After that typing

poetry install

would install necessary Requirements for it to run. The above command requires python-poetry installed.

After that typing

python imgtopdfeasy/img2pdf.py -h

in your terminal would run the program and show the necessary arguments required like below.

usage: img2pdf.py [-h] -i INPUT -o OUTPUT -ext EXTENSION

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file folder full path. Realti
  -o OUTPUT, --output OUTPUT
                        Output file name,No pdf required
  -ext EXTENSION, --extension EXTENSION
                        File extension of image to add.

Each of it are self explanatory.

Crafted with 💓 by Naveen.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imgtopdfeasy-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

imgtopdfeasy-0.2.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page