Skip to content

Python Script that Creates PDF file from List of Images using Pillow

Notifications You must be signed in to change notification settings

gagangulyani/Images2PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Images2PDF

This Python script Creates PDF file from List of Images using Pillow.

Why Use it?

This script can come very handy if you have a lot of images and you want to add them to a PDF file without using other apps which are usually full of advertisements and background services and sometimes can be malicious or spywares.

Requirements

  • Python 3.8.5
  • Pillow >= 7.2.0

Install Pillow with pip

pip3 install Pillow

Usage

python3 to_script.py <path_to_images> <destination_path>

Example

python3 to_script.py ~/Pictures Output.pdf

References

About

Python Script that Creates PDF file from List of Images using Pillow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages