Skip to content

πŸ— Utility to generate a pdf file from images

Notifications You must be signed in to change notification settings

biggytech/images-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Images To PDF Converter

This tool generates a pdf file from provided images of any size.

Requirements

  • Python3 installed
  • Pillow lib installed

Running

python3 script.py <images_path> <extension> <from_range> <to_range> <output_file_path>

For example you want to compose images on paths from './data/1.jpg' to './data/3.jpg' into pdf file './result.pdf'. Then your command would look like this:

python3 script.py ./data/ jpg 1 3 ./result.pdf

Note If the output_file_path contains a directory, then this directory should exist before the script run.

About

πŸ— Utility to generate a pdf file from images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages